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

Function DrawWindow_Console

source/Debugger/Debugger_Display.cpp:3857–3864  ·  view source on GitHub ↗

Full Screen console ===========================================================================

Source from the content-addressed store, hash-verified

3855// Full Screen console
3856//===========================================================================
3857void DrawWindow_Console( Update_t bUpdate )
3858{
3859 // Nothing to do, since text and draw background handled by DrawSubWindow_Console()
3860 // If the full screen console is only showing partial lines
3861 // don't erase the background
3862
3863 // FillRect( GetDebuggerMemDC(), &rect, g_hConsoleBrushBG );
3864}
3865
3866//===========================================================================
3867void DrawWindow_Data( Update_t bUpdate )

Callers 1

UpdateDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected