MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdWindowViewOutput

Function CmdWindowViewOutput

source/Debugger/Debug.cpp:7813–7820  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

7811
7812//===========================================================================
7813Update_t CmdWindowViewOutput (int nArgs)
7814{
7815 GetFrame().VideoRedrawScreen();
7816
7817 DebugVideoMode::Instance().Set( GetVideo().GetVideoMode() );
7818
7819 return UPDATE_NOTHING; // intentional
7820}
7821
7822//===========================================================================
7823Update_t CmdWindowViewSource (int nArgs)

Callers

nothing calls this directly

Calls 3

VideoRedrawScreenMethod · 0.80
GetVideoModeMethod · 0.80
SetMethod · 0.45

Tested by

no test coverage detected