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

Function DrawWindow_Code

source/Debugger/Debugger_Display.cpp:3845–3853  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3843
3844//===========================================================================
3845void DrawWindow_Code( Update_t bUpdate )
3846{
3847 DrawSubWindow_Code( g_iWindowThis );
3848
3849// DrawWindowTop( g_iWindowThis );
3850 DrawWindowBottom( bUpdate, g_iWindowThis );
3851
3852 DrawSubWindow_Info( bUpdate, g_iWindowThis );
3853}
3854
3855// Full Screen console
3856//===========================================================================

Callers 1

UpdateDisplayFunction · 0.85

Calls 3

DrawSubWindow_CodeFunction · 0.85
DrawWindowBottomFunction · 0.85
DrawSubWindow_InfoFunction · 0.85

Tested by

no test coverage detected