HomeSort by relevance Sort by last modified time
    Searched refs:in_lookup (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
cl_input.cpp 51 kbutton_t in_lookup, in_lookdown, in_moveleft, in_moveright; variable
137 void IN_LookupDown(void) {KeyDown(&in_lookup);}
138 void IN_LookupUp(void) {KeyUp(&in_lookup);}
266 up = CL_KeyState (&in_lookup);
  /external/quake/quake/src/QW/client/
cl_input.c 50 kbutton_t in_lookup, in_lookdown, in_moveleft, in_moveright; variable
136 void IN_LookupDown(void) {KeyDown(&in_lookup);}
137 void IN_LookupUp(void) {KeyUp(&in_lookup);}
258 up = CL_KeyState (&in_lookup);

Completed in 88 milliseconds