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

Function debuggerWindowSetFocus

src/drivers/Qt/ConsoleDebugger.cpp:4661–4668  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4659}
4660//----------------------------------------------------------------------------
4661void debuggerWindowSetFocus(bool val)
4662{
4663 if ( dbgWin )
4664 {
4665 dbgWin->activateWindow();
4666 dbgWin->raise();
4667 }
4668}
4669//----------------------------------------------------------------------------
4670bool debuggerWaitingAtBreakpoint(void)
4671{

Callers 1

openDebugWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected