InputSystem: make InputEventCallback_t return type bool

This commit is contained in:
Kawe Mazidjatari 2023-12-24 15:23:05 +01:00
parent 99a24d9254
commit 02b0a5c7df

View File

@ -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