Home
last modified time | relevance | path

Searched refs:inHandleKey (Results 1 – 11 of 11) sorted by relevance

/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/ui/
H A Dui_shared.c2651 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2653 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2654 inHandleKey = qtrue; in Menu_HandleKey()
2656 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/openarena/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/evq3/evq3/code/ui/
H A Dui_shared.c2630 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
2631 if (!inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
2632 inHandleKey = qtrue; in Menu_HandleKey()
2634 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_shared.c3122 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
3123 if ( !inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
3124 inHandleKey = qtrue; in Menu_HandleKey()
3126 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_shared.c3123 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
3128 if ( !inHandleKey && ( key == K_MOUSE1 || key == K_MOUSE2 || key == K_MOUSE3 ) ) { in Menu_HandleKey()
3129 inHandleKey = qtrue; in Menu_HandleKey()
3131 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_shared.cpp11208 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
11209 if (!inHandleKey && (key == A_MOUSE1 || key == A_MOUSE2 || key == A_MOUSE3)) in Menu_HandleKey()
11211 inHandleKey = qtrue; in Menu_HandleKey()
11213 inHandleKey = qfalse; in Menu_HandleKey()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_shared.c4238 static qboolean inHandleKey = qfalse; in Menu_HandleKey() local
4239 if (!inHandleKey && ( key == A_MOUSE1 || key == A_MOUSE2 || key == A_MOUSE3 ) ) { in Menu_HandleKey()
4240 inHandleKey = qtrue; in Menu_HandleKey()
4242 inHandleKey = qfalse; in Menu_HandleKey()