Lines Matching refs:axis
34 __u8 number; /* axis/button number */
65 The values of ``number'' correspond to the axis or button that
67 is, you have both an axis 0 and a button 0). Generally,
78 independent axis, even if the hardware doesn't allow independent movement.
84 For an axis, ``value'' is a signed integer between -32767 and +32767
85 representing the position of the joystick along that axis. If you
117 task of detecting double clicks, figuring out if movement of axis and button
247 information for all axis. That is, struct js_corr corr[MAX_AXIS];
282 int x; /* immediate x axis value */
283 int y; /* immediate y axis value */
295 The axis values do not have a defined range in the original 0.x driver,