Lines Matching full:coordinate
26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */
27 #define INPUT_EV_ABS 0x03 /**< Absolute coordinate event */
248 #define INPUT_ABS_X 0x00 /**< Absolute X coordinate */
249 #define INPUT_ABS_Y 0x01 /**< Absolute Y coordinate */
250 #define INPUT_ABS_Z 0x02 /**< Absolute Z coordinate */
258 #define INPUT_REL_DIAL 0x07 /**< Relative dial coordinate */
259 #define INPUT_REL_HWHEEL 0x06 /**< Relative horizontal wheel coordinate */
260 #define INPUT_REL_MISC 0x09 /**< Relative misc coordinate */
264 #define INPUT_REL_WHEEL 0x08 /**< Relative wheel coordinate */
265 #define INPUT_REL_X 0x00 /**< Relative X coordinate */
266 #define INPUT_REL_Y 0x01 /**< Relative Y coordinate */
267 #define INPUT_REL_Z 0x02 /**< Relative Z coordinate */