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

Function PrintTextCursorY

source/Debugger/Debugger_Display.cpp:901–907  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

899
900//===========================================================================
901int PrintTextCursorY ( const char * pText, RECT & rRect )
902{
903 int nChars = PrintText( pText, rRect );
904 rRect.top += g_nFontHeight;
905 rRect.bottom += g_nFontHeight;
906 return nChars;
907}
908
909
910

Callers 3

DrawMemoryFunction · 0.85
DrawSoftSwitchesFunction · 0.85
DrawWatchesFunction · 0.85

Calls 1

PrintTextFunction · 0.85

Tested by

no test coverage detected