mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
InputSystem: make InputEventCallback_t return type bool
This commit is contained in:
parent
98d47ce8ed
commit
30518e1f64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user