InterfaceInput & Controls@public
FlxGamepadFrameRecord
Serializable authoritative gamepad state for one replay frame.
ts
export interface FlxGamepadFrameRecordProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
axes | readonly | number[] | - |
buttons | readonly | { state: number; value: number; }[] | - |
id | readonly | string | - |
index | readonly | number | - |
mapping | readonly | string | - |
uid | readonly | number | - |