Skip to content

textmode.js / input / gamepad / GamepadButtonEventHandler

Type Alias: GamepadButtonEventHandler

ts
type GamepadButtonEventHandler = (data) => void;

Gamepad button event callback signature.

Parameters

ParameterType
dataGamepadButtonEventData

Returns

void