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

Function DrawWindow_Data

source/Debugger/Debugger_Display.cpp:3867–3871  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3865
3866//===========================================================================
3867void DrawWindow_Data( Update_t bUpdate )
3868{
3869 DrawSubWindow_Data( g_iWindowThis );
3870 DrawSubWindow_Info( bUpdate, g_iWindowThis );
3871}
3872
3873//===========================================================================
3874void DrawWindow_IO( Update_t bUpdate )

Callers 2

UpdateDisplayFunction · 0.85
DrawWindowBottomFunction · 0.85

Calls 2

DrawSubWindow_DataFunction · 0.85
DrawSubWindow_InfoFunction · 0.85

Tested by

no test coverage detected