InputSystem: make InputEventCallback_t return type bool

This commit is contained in:
Kawe Mazidjatari 2023-12-24 15:23:05 +01:00
parent 98d47ce8ed
commit 30518e1f64

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