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

Function DebuggerCursorNext

source/Debugger/Debug.cpp:10157–10164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

10155
10156//===========================================================================
10157void DebuggerCursorNext ()
10158{
10159 g_bInputCursor ^= true;
10160 if (g_bInputCursor)
10161 ConsoleUpdateCursor( g_aInputCursor[ g_iInputCursor ] );
10162 else
10163 ConsoleUpdateCursor( 0 ); // show char under cursor
10164}
10165
10166
10167//===========================================================================

Callers 2

DebuggerInputConsoleCharFunction · 0.85
DebuggerCursorUpdateFunction · 0.85

Calls 1

ConsoleUpdateCursorFunction · 0.85

Tested by

no test coverage detected