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

Function ToggleFullScreenConsole

source/Debugger/Debug.cpp:9644–9655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9642}
9643
9644void ToggleFullScreenConsole ()
9645{
9646 // Switch to Console Window
9647 if (g_iWindowThis != WINDOW_CONSOLE)
9648 {
9649 CmdWindowViewConsole( 0 );
9650 }
9651 else // switch back to last window
9652 {
9653 CmdWindowLast( 0 );
9654 }
9655}
9656
9657//===========================================================================
9658void DebuggerProcessKey ( int keycode )

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 2

CmdWindowViewConsoleFunction · 0.85
CmdWindowLastFunction · 0.85

Tested by

no test coverage detected