Skip to content
InterfaceInput & Controls@public

FlxGamepadFrameRecord

Serializable authoritative gamepad state for one replay frame.

ts
export interface FlxGamepadFrameRecord

Properties

PropertyModifiersTypeDescription
axesreadonlynumber[]-
buttonsreadonly{ state: number; value: number; }[]-
idreadonlystring-
indexreadonlynumber-
mappingreadonlystring-
uidreadonlynumber-

Released under the MIT License.