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

Method toggleForeground

src/drivers/Qt/ConsoleWindow.cpp:3912–3919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3910}
3911
3912void consoleWin_t::toggleForeground(void)
3913{
3914 bool fgOn, bgOn;
3915 FCEU_WRAPPER_LOCK();
3916 FCEUI_GetRenderPlanes( fgOn, bgOn );
3917 FCEUI_SetRenderPlanes( !fgOn, bgOn );
3918 FCEU_WRAPPER_UNLOCK();
3919}
3920
3921void consoleWin_t::toggleTurboMode(void)
3922{

Callers

nothing calls this directly

Calls 2

FCEUI_GetRenderPlanesFunction · 0.85
FCEUI_SetRenderPlanesFunction · 0.85

Tested by

no test coverage detected