Home
last modified time | relevance | path

Searched refs:menu_windowCommand (Results 1 – 15 of 15) sorted by relevance

/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DAVIWrapper.cpp339 if (fullscreen_mode) menu_windowCommand("menu_window"); in play()
H A DPonscripterLabel.h241 int menu_windowCommand(const pstring& cmd);
H A DPonscripterLabel_sound.cpp608 if (fullscreen_mode) menu_windowCommand("menu_window"); in playMPEG()
H A DPonscripterLabel_event.cpp816 if (fullscreen_mode) menu_windowCommand("menu_window"); in keyPressEvent()
H A DPonscripterLabel_command.cpp1674 int PonscripterLabel::menu_windowCommand(const pstring& cmd) in menu_windowCommand() function in PonscripterLabel
3502 if (fullscreen_mode) menu_windowCommand("menu_window"); in endrollCommand()
H A DPonscripterLabel.cpp255 dict["menu_window"] = &PonscripterLabel::menu_windowCommand; in sfunc_lut_t()
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp186 {"menu_window", &ONScripter::menu_windowCommand},
H A DONScripter.h190 int menu_windowCommand();
H A DONScripter_event.cpp1061 if ( fullscreen_mode ) menu_windowCommand(); in keyPressEvent()
H A DONScripter_command.cpp1634 int ONScripter::menu_windowCommand() in menu_windowCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp186 {"menu_window", &ONScripter::menu_windowCommand},
H A DONScripter.h190 int menu_windowCommand();
H A DONScripter_event.cpp1061 if ( fullscreen_mode ) menu_windowCommand(); in keyPressEvent()
H A DONScripter_command.cpp1634 int ONScripter::menu_windowCommand() in menu_windowCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes224 menu_window menu_windowCommand ()