Home | History | Annotate | Download | only in include

Lines Matching refs:motion

60        SDL_JOYAXISMOTION,		/**< Joystick axis motion */
61 SDL_JOYBALLMOTION, /**< Joystick trackball motion */
133 /** Mouse motion event structure */
139 Sint16 xrel; /**< The relative motion in the X direction */
140 Sint16 yrel; /**< The relative motion in the Y direction */
152 /** Joystick axis motion event structure */
160 /** Joystick trackball motion event structure */
165 Sint16 xrel; /**< The relative motion in the X direction */
166 Sint16 yrel; /**< The relative motion in the Y direction */
231 SDL_MouseMotionEvent motion;