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

Function toggleMenuVis

src/drivers/sdl/gui.cpp:3064–3077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3062}
3063
3064void toggleMenuVis(void)
3065{
3066 if (menuTogglingEnabled)
3067 {
3068 if ( gtk_widget_get_visible(Menubar) )
3069 {
3070 gtk_widget_hide (Menubar);
3071 }
3072 else
3073 {
3074 gtk_widget_show (Menubar);
3075 }
3076 }
3077};
3078
3079int GtkMouseData[3] = { 0, 0, 0 };
3080

Callers 2

createMainMenuMethod · 0.85
KeyboardCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected