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