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

Function ToggleHideMenu

src/drivers/win/window.cpp:1051–1059  ·  view source on GitHub ↗

Toggles the display status of the main menu.

Source from the content-addressed store, hash-verified

1049
1050//Toggles the display status of the main menu.
1051void ToggleHideMenu(void)
1052{
1053 if(!fullscreen && !nofocus && (GameInfo || tog))
1054 {
1055 tog ^= 1;
1056 HideMenu(tog);
1057 SetMainWindowStuff();
1058 }
1059}
1060
1061//Toggles the display status of the main menu.
1062//TODO: We could get rid of this one.

Callers 3

FCEUD_HideMenuToggleFunction · 0.85
ALoadFunction · 0.85
AppWndProcFunction · 0.85

Calls 2

HideMenuFunction · 0.85
SetMainWindowStuffFunction · 0.85

Tested by

no test coverage detected