Home
last modified time | relevance | path

Searched refs:helpScreenShown (Results 1 – 7 of 7) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_keyboard.c342 !ui.helpScreenShown && !ui.extended) in handleKeys()
885 if (ui.helpScreenShown) hideHelpScreen(); in checkModifiedKeys()
990 if (ui.helpScreenShown) hideHelpScreen(); in checkModifiedKeys()
1173 if (ui.helpScreenShown) hideHelpScreen(); in checkModifiedKeys()
H A Dft2_structs.h48 bool instrSwitcherShown, aboutScreenShown, helpScreenShown, configScreenShown; member
H A Dft2_help.c380 ui.helpScreenShown = true; in showHelpScreen()
427 ui.helpScreenShown = false; in hideHelpScreen()
H A Dft2_mouse.c437 if (ui.helpScreenShown) in mouseWheelHandler()
494 if (!ui.aboutScreenShown && !ui.helpScreenShown && in mouseWheelHandler()
H A Dft2_video.c1033 if (!ui.configScreenShown && !ui.helpScreenShown) in handleRedrawing()
1137 ui.helpScreenShown || ui.aboutScreenShown || in drawReplayerData()
H A Dft2_pattern_ed.c606 ui._helpScreenShown = ui.helpScreenShown; in patternEditorExtended()
689 ui.helpScreenShown = ui._helpScreenShown; in exitPatternEditorExtended()
2212 if (ui.aboutScreenShown || ui.configScreenShown || ui.helpScreenShown || ui.nibblesShown) in updateInstrumentSwitcher()
H A Dft2_gui.c1369 else if (ui.helpScreenShown) in showTopScreen()