carb::input::OnGamepadEventFn

Defined in carb/input/InputTypes.h

typedef bool (*carb::input::OnGamepadEventFn)(const GamepadEvent &evt, void *userData)

Function type that describes gamepad event callback.

Param evt

The event description.

Param userData

Pointer to the user data.

Return

Whether event should be processed by subsequent event subscribers.