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

Function DrawWindow_IO

source/Debugger/Debugger_Display.cpp:3874–3878  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3872
3873//===========================================================================
3874void DrawWindow_IO( Update_t bUpdate )
3875{
3876 DrawSubWindow_IO( g_iWindowThis );
3877 DrawSubWindow_Info( bUpdate, g_iWindowThis );
3878}
3879
3880//===========================================================================
3881void DrawWindow_Source( Update_t bUpdate )

Callers 1

UpdateDisplayFunction · 0.85

Calls 2

DrawSubWindow_IOFunction · 0.85
DrawSubWindow_InfoFunction · 0.85

Tested by

no test coverage detected