carb::input::OnKeyboardEventFn

Defined in carb/input/InputTypes.h

typedef bool (*carb::input::OnKeyboardEventFn)(const KeyboardEvent &evt, void *userData)

Function type that describes keyboard event callback.

Param evt

The event description.

Param userData

Pointer to the user data.

Return

Whether event should be processed by subsequent event subscribers.