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

Function _WindowSwitch

source/Debugger/Debug.cpp:7527–7531  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7525
7526//===========================================================================
7527void _WindowSwitch( int eNewWindow )
7528{
7529 g_iWindowLast = g_iWindowThis;
7530 g_iWindowThis = eNewWindow;
7531}
7532
7533//===========================================================================
7534Update_t _CmdWindowViewCommon ( int iNewWindow )

Callers 2

_CmdWindowViewCommonFunction · 0.85
_CmdWindowViewFullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected