carb::input::OnInputEventFn

Defined in carb/input/InputTypes.h

typedef bool (*carb::input::OnInputEventFn)(const InputEvent &evt, void *userData)

Function type that describes input event callback.

Param evt

The event description.

Param userData

Pointer to the user data.

Return

Whether event should be processed by subsequent event subscribers.