class flixel.system.debug.VCR
Available on all platforms
This class contains the record, stop, play, and step 1 frame buttons seen on the top edge of the debugger overlay.
Instance Fields
function new(Debugger:FlxDebugger):Void
Creates the "VCR" control panel for debugger pausing, stepping, and recording.
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!!