Skip to content

textmode.js / input / gamepad / GamepadConnectionEventHandler

Type Alias: GamepadConnectionEventHandler

ts
type GamepadConnectionEventHandler = (data) => void;

Gamepad connection event callback signature.

Parameters

ParameterType
dataGamepadConnectionEventData

Returns

void