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

Function DebugGetVideoMode

source/Debugger/Debug.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474DebugVideoMode DebugVideoMode::m_Instance;
475
476bool DebugGetVideoMode(UINT* pVideoMode)
477{
478 return DebugVideoMode::Instance().Get(pVideoMode);
479}
480
481
482// File _______________________________________________________________________

Callers 3

CanDrawDebuggerFunction · 0.85
ApplyVideoModeChangeMethod · 0.85
WndProcMethod · 0.85

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected