Skip to content
TypeAliasTypes & Utilities@public

FlxActionGamepadTarget

Selects one logical gamepad, the first active pad, or every connected pad.

ts
export type FlxActionGamepadTarget = 'first' | 'all' | number

Released under the MIT License.