From 02b0a5c7df2d408169023d4be264642eb4975771 Mon Sep 17 00:00:00 2001
From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>
Date: Sun, 24 Dec 2023 15:23:05 +0100
Subject: [PATCH] InputSystem: make InputEventCallback_t return type bool

---
 r5dev/public/inputsystem/iinputsystem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r5dev/public/inputsystem/iinputsystem.h b/r5dev/public/inputsystem/iinputsystem.h
index 29949574..857808e8 100644
--- a/r5dev/public/inputsystem/iinputsystem.h
+++ b/r5dev/public/inputsystem/iinputsystem.h
@@ -19,7 +19,7 @@ DECLARE_POINTER_HANDLE( InputCursorHandle_t );
 ///-----------------------------------------------------------------------------
 /// Input event callback
 ///-----------------------------------------------------------------------------
-typedef void ( *InputEventCallback_t ) ( const InputEvent_t& eventCallback );
+typedef bool ( *InputEventCallback_t ) ( const InputEvent_t& eventCallback );
 
 ///-----------------------------------------------------------------------------
 /// An enumeration describing well-known cursor icons