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

Function CmdWindowCyclePrev

source/Debugger/Debug.cpp:7640–7649  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7638
7639//===========================================================================
7640Update_t CmdWindowCyclePrev (int nArgs)
7641{
7642 g_iWindowThis--;
7643 if (g_iWindowThis < 0)
7644 g_iWindowThis = NUM_WINDOWS-1;
7645
7646 WindowUpdateSizes();
7647
7648 return UPDATE_ALL;
7649}
7650
7651//===========================================================================
7652Update_t CmdWindowShowCode (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

WindowUpdateSizesFunction · 0.85

Tested by

no test coverage detected