Lines Matching full:relative
26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */
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 */
261 #define INPUT_REL_RX 0x03 /**< Relative rotation around X axis */
262 #define INPUT_REL_RY 0x04 /**< Relative rotation around Y axis */
263 #define INPUT_REL_RZ 0x05 /**< Relative rotation around Z axis */
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 */