MCPcopy Create free account
hub / github.com/TASEmulators/fceux / debuggerWindowIsOpen

Function debuggerWindowIsOpen

src/drivers/Qt/ConsoleDebugger.cpp:4656–4659  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4654}
4655//----------------------------------------------------------------------------
4656bool debuggerWindowIsOpen(void)
4657{
4658 return dbgWin != NULL;
4659}
4660//----------------------------------------------------------------------------
4661void debuggerWindowSetFocus(bool val)
4662{

Callers 3

writeMemFunction · 0.85
LoadGameFunction · 0.85
openDebugWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected