OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:joysticky
(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)
374
if (
joysticky
< joyyl)
376
else if (
joysticky
> joyyh)
381
if (
joysticky
< joyyl)
383
else if (
joysticky
> joyyh)
416
joysticky
= 0;
429
joysticky
+= (b&2)>>1;
523
centery =
joysticky
;
530
joyyl = (centerx +
joysticky
)/2;
[
all
...]
Completed in 14 milliseconds