textmode.js / input / gamepad / GamepadConnectionEventHandler
Type Alias: GamepadConnectionEventHandler()
ts
type GamepadConnectionEventHandler = (data) => void;Gamepad connection event handler.
Parameters
| Parameter | Type |
|---|---|
data | GamepadConnectionEventData |
Returns
void