Skip to content
InterfaceStorage & Replay@public

FrameRecordData

Raw JSON representation of a FrameRecord.

ts
export interface FrameRecordData

Properties

PropertyModifiersTypeDescription
checksum-string | null-
frame-number-
gamepads-FlxGamepadFrameRecord[]-
keys-CodePair[]-
mouse-{ x: number; y: number; button: number; wheel: number; } | null-
touches-FlxTouchFrameRecord[]-

Released under the MIT License.