Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_input.cpp303 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
972 Cmd_AddCommand ("-force_lightning", IN_Button1Up); in CL_InitInput()
1000 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_input.c223 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
871 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_input.c222 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
870 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/evq3/evq3/code/client/
H A Dcl_input.c231 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
934 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_input.c240 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
972 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_input.c240 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
972 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_input.c240 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
1008 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_input.c240 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
1008 Cmd_AddCommand ("-button1", IN_Button1Up); in CL_InitInput()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_input.c237 void IN_Button1Up( void ) {IN_KeyUp( &kb[KB_BUTTONS1] );} in IN_Button1Up() function
1035 Cmd_AddCommand( "-button1", IN_Button1Up ); in CL_InitInput()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_input.c237 void IN_Button1Up( void ) {IN_KeyUp( &kb[KB_BUTTONS1] );} in IN_Button1Up() function
1059 Cmd_AddCommand( "-button1", IN_Button1Up ); in CL_InitInput()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_input.cpp757 void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} in IN_Button1Up() function
1687 { "-button1", NULL, IN_Button1Up, NULL },