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

Function CmdWindowCycleNext

source/Debugger/Debug.cpp:7628–7637  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7626
7627//===========================================================================
7628Update_t CmdWindowCycleNext (int nArgs)
7629{
7630 g_iWindowThis++;
7631 if (g_iWindowThis >= NUM_WINDOWS)
7632 g_iWindowThis = 0;
7633
7634 WindowUpdateSizes();
7635
7636 return UPDATE_ALL;
7637}
7638
7639//===========================================================================
7640Update_t CmdWindowCyclePrev (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

WindowUpdateSizesFunction · 0.85

Tested by

no test coverage detected