textmode.js / input / gamepad / GAMEPAD_EVENT_NAMES
Variable: GAMEPAD_EVENT_NAMES
ts
const GAMEPAD_EVENT_NAMES: readonly ["gamepadConnected", "gamepadDisconnected", "gamepadButtonPressed", "gamepadButtonReleased", "gamepadAxisChanged"];Gamepad event names supported by the shared input event API.