OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:joystickx
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/WinQuake/
in_dos.cpp
96
int
joystickx
, joysticky;
variable
343
if (joysticky > joyyh*2 ||
joystickx
> joyxh*2)
355
if (
joystickx
< joyxl)
357
else if (
joystickx
> joyxh)
362
if (
joystickx
< joyxl)
364
else if (
joystickx
> joyxh)
415
joystickx
= 0;
428
joystickx
+= b&1;
522
centerx =
joystickx
;
529
joyxl = (centerx +
joystickx
)/2;
[
all
...]
Completed in 75 milliseconds