Lines Matching full:axis
57 __u8 number; /* axis/button number */
88 The values of ``number`` correspond to the axis or button that
90 is, you have both an axis 0 and a button 0). Generally,
93 Axis number
95 1st Axis X 0
96 1st Axis Y 1
97 2nd Axis X 2
98 2nd Axis Y 3
110 For an axis, ``value`` is a signed integer between -32767 and +32767
111 representing the position of the joystick along that axis. If you
145 task of detecting double clicks, figuring out if movement of axis and button
315 int x; /* immediate x axis value */
316 int y; /* immediate y axis value */
330 The axis values do not have a defined range in the original 0.x driver,