Searched refs:joystickx (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Din_dos.cpp96 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)/
[all...]

Completed in 19 milliseconds