Skip to content
InterfaceInput & Controls@public

FlxGamepadLike

Browser-neutral gamepad snapshot accepted by the manager.

ts
export interface FlxGamepadLike

Properties

PropertyModifiersTypeDescription
axesreadonlyreadonly number[]-
buttonsreadonlyreadonly FlxGamepadButtonLike[]-
connectedreadonlyboolean-
idreadonlystring-
indexreadonlynumber-
mappingreadonlystring-
timestampreadonlynumber-

Released under the MIT License.