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

Method toggleBackground

src/drivers/Qt/ConsoleWindow.cpp:3903–3910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3901}
3902
3903void consoleWin_t::toggleBackground(void)
3904{
3905 bool fgOn, bgOn;
3906 FCEU_WRAPPER_LOCK();
3907 FCEUI_GetRenderPlanes( fgOn, bgOn );
3908 FCEUI_SetRenderPlanes( fgOn, !bgOn );
3909 FCEU_WRAPPER_UNLOCK();
3910}
3911
3912void consoleWin_t::toggleForeground(void)
3913{

Callers

nothing calls this directly

Calls 2

FCEUI_GetRenderPlanesFunction · 0.85
FCEUI_SetRenderPlanesFunction · 0.85

Tested by

no test coverage detected