Lines Matching full:joystick
16 The 1.0 driver uses a new, event based approach to the joystick driver.
17 Instead of the user program polling for the joystick values, the joystick
18 driver now reports only any changes of its state. See joystick-api.txt,
19 joystick.h and jstest.c included in the joystick package for more
20 information. The joystick device can be used in either blocking or
24 Any call to the joystick driver using the old interface will return values
32 Open the joystick device following the usual semantics (that is, with open).
36 joystick.
70 #define JS_EVENT_AXIS 0x02 /* joystick moved */
102 Hats vary from one joystick type to another. Some can be moved in 8
111 representing the position of the joystick along that axis. If you
112 don't read a 0 when the joystick is ``dead``, or if it doesn't span the
202 the actual state of the joystick.
209 joystick.h and recompiling the driver.
228 The joystick driver defines the following ioctl(2) operations::
259 JSIOCGNAME(len) allows you to get the name string of the joystick - the same
274 not needed in a normal program, only in joystick calibration software
299 The 0.x joystick driver API is quite limited and its usage is deprecated.
311 with the actual state of the joystick::
346 \ o.O| Documentation valid for at least version 1.2.8 of the joystick