Skip to content

textmode.js / input / gamepad / GamepadConnectionEventHandler

Type Alias: GamepadConnectionEventHandler()

ts
type GamepadConnectionEventHandler = (data) => void;

Gamepad connection event handler.

Parameters

ParameterType
dataGamepadConnectionEventData

Returns

void