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

Function _WindowLast

source/Debugger/Debug.cpp:7519–7524  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7517
7518//===========================================================================
7519void _WindowLast ()
7520{
7521 int eNew = g_iWindowLast;
7522 g_iWindowLast = g_iWindowThis;
7523 g_iWindowThis = eNew;
7524}
7525
7526//===========================================================================
7527void _WindowSwitch( int eNewWindow )

Callers 1

CmdWindowLastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected