class VCR
package flixel.system.debug
This class contains the record, stop, play, and step 1 frame buttons seen on the top edge of the debugger overlay.
Constructor
new(Debugger:FlxDebugger)
Creates the "VCR" control panel for debugger pausing, stepping, and recording.
Variables
read onlymanualPause:Bool = false
Methods
onPause():Void
Called when the user presses the Pause button. This is different from user-defined pause behavior, or focus lost behavior. Does NOT pause music playback!!