Home
last modified time | relevance | path

Searched refs:KEYCATCH_CONSOLE (Results 1 – 25 of 86) sorted by relevance

1234

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_console.c73 if ( cls.state == CA_DISCONNECTED && cls.keyCatchers == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
81 cls.keyCatchers ^= KEYCATCH_CONSOLE; in Con_ToggleConsole_f()
381 if( !skipnotify && !( cls.keyCatchers & KEYCATCH_CONSOLE ) ) { in CL_ConsolePrint()
457 if ( cls.state != CA_DISCONNECTED && !(cls.keyCatchers & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
644 if ( cls.keyCatchers & KEYCATCH_CONSOLE ) in Con_RunConsole()
698 cls.keyCatchers &= ~KEYCATCH_CONSOLE; in Con_Close()
H A Dcl_keys.c1142 if ( cls.keyCatchers & KEYCATCH_CONSOLE ) { in CL_KeyEvent()
1220 if ( cls.keyCatchers & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
492 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
737 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
792 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1281 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyEvent()
1354 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
492 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
737 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
792 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1281 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyEvent()
1354 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/evq3/evq3/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
480 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
727 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
782 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1253 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyEvent()
1331 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
480 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
729 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
784 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1253 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyEvent()
1331 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_console.cpp53 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
63 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
429 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
712 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
764 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.cpp1146 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_BindUICommand()
1253 if ( !kg.keys[A_SHIFT].down && ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in CL_KeyDownEvent()
1277 if ( Key_GetCatcher() & KEYCATCH_CONSOLE ) { in CL_KeyDownEvent()
1347 if ( Key_GetCatcher() & KEYCATCH_CONSOLE ) Field_CharEvent( &g_consoleField, key ); in CL_CharEvent()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_console.c83 if ( clc.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
93 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
551 if ( clc.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
834 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in Con_RunConsole()
889 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c2137 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_BindUICommand()
2243 …if ( !( Key_GetCatcher( ) & ( KEYCATCH_UI | KEYCATCH_CONSOLE ) ) ) { // let menu/console handle… in CL_KeyDownEvent()
2261 if ( ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) && key == K_ESCAPE ) { in CL_KeyDownEvent()
2321 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyDownEvent()
2425 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_CharEvent()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
506 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
764 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
836 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1247 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyDownEvent()
1333 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_console.c75 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
83 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
506 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
764 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
836 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c1247 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyDownEvent()
1333 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_CharEvent()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_console.cpp53 if ( cls.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
63 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
552 if ( cls.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
880 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in Con_RunConsole()
935 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.cpp1205 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_BindUICommand()
1333 if ( !kg.keys[A_SHIFT].down && ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in CL_KeyDownEvent()
1372 if ( Key_GetCatcher() & KEYCATCH_CONSOLE ) in CL_KeyDownEvent()
1455 if ( Key_GetCatcher() & KEYCATCH_CONSOLE ) Field_CharEvent( &g_consoleField, key ); in CL_CharEvent()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_console.c86 if ( clc.state == CA_DISCONNECTED && Key_GetCatcher( ) == KEYCATCH_CONSOLE ) { in Con_ToggleConsole_f()
101 Key_SetCatcher( Key_GetCatcher( ) ^ KEYCATCH_CONSOLE ); in Con_ToggleConsole_f()
582 if ( clc.state != CA_DISCONNECTED && !(Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { in Con_DrawInput()
842 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in Con_RunConsole()
897 Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_CONSOLE ); in Con_Close()
H A Dcl_keys.c2137 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) in CL_BindUICommand()
2235 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { // get rid of the console in CL_KeyDownEvent()
2252 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { // get rid of the console in CL_KeyDownEvent()
2318 …ouseInput && cl_bypassMouseInput->integer && !( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) ) { //DA… in CL_KeyDownEvent()
2332 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_KeyDownEvent()
2436 if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) { in CL_CharEvent()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/win32/
H A Dwin_wndproc.c266 if (in_mouse->integer != 1 || (!r_fullscreen->integer && (cls.keyCatchers & KEYCATCH_CONSOLE))) in MainWndProc()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/sdl/
H A Dsdl_input.c745 if( ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) && !r_fullscreen->integer ) in IN_Frame()
/dports/games/evq3/evq3/code/sdl/
H A Dsdl_input.c744 if( ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) && !r_fullscreen->integer ) in IN_Frame()

1234