Home
last modified time | relevance | path

Searched refs:QuitPress (Results 1 – 23 of 23) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/pst/
H A DStart.py44 ExitButton.SetEvent(IE_GUI_BUTTON_ON_PRESS, QuitPress)
56 def QuitPress(): function
/dports/games/allacrost/allacrost-1.0.2/src/modes/
H A Dpause.cpp107 if (InputManager->QuitPress() == true) { in Update()
120 if (InputManager->QuitPress() == true) { in Update()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DGUIWORLD.py161 Button.SetEvent (IE_GUI_BUTTON_ON_PRESS, QuitPress)
166 def QuitPress(): function
H A DStart.py98 QuitGameButton.SetEvent(IE_GUI_BUTTON_ON_PRESS, QuitPress)
180 def QuitPress(): function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/
H A Dpause.cpp143 if(InputManager->QuitPress()) { in Update()
165 if(InputManager->QuitPress()) { in Update()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd/
H A DStart.py85 QuitGameButton.SetEvent (IE_GUI_BUTTON_ON_PRESS, QuitPress)
250 def QuitPress (): function
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIWORLD.py318 Button.SetEvent (IE_GUI_BUTTON_ON_PRESS, QuitPress)
323 def QuitPress(): function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/
H A Dtransition_to_battle.cpp74 if(InputManager->QuitPress()) { in Update()
H A Dbattle.cpp286 if(InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/save/
H A Dsave_mode.cpp148 if (InputManager->QuitPress() == true) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/engine/
H A Dinput.h403 bool QuitPress() const in QuitPress() function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/
H A Dinput.h429 bool QuitPress() const { in QuitPress() function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/boot/
H A Dboot.cpp278 if(InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap.cpp178 if (InputManager->QuitPress() == true) { in Update()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/save/
H A Dsave_mode.cpp250 if(InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle.cpp173 if (InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/menu/
H A Dmenu.cpp231 if (InputManager->QuitPress() == true) { in Update()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/
H A Dmenu_mode.cpp303 if(vt_input::InputManager->QuitPress()) { in Update()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_mode.cpp343 if(InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop.cpp1187 if (InputManager->QuitPress() == true) { in Update()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Doptions_handler.cpp310 } else if(InputManager->CancelPress() || InputManager->QuitPress()) { in Update()
/dports/games/allacrost/allacrost-1.0.2/src/modes/boot/
H A Dboot.cpp244 if (InputManager->QuitPress() == true) { in Update()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop.cpp1390 if(InputManager->QuitPress()) { in Update()