carb::input::OnGamepadConnectionEventFn
Defined in carb/input/InputTypes.h
-
typedef void (*carb::input::OnGamepadConnectionEventFn)(const GamepadConnectionEvent &evt, void *userData)
Function type that describes gamepad connection event callback.
- Param evt
The event description.
- Param userData
Pointer to the user data.
- Return
Whether event should not be processed anymore by subsequent event subscribers.