Home | History | Annotate | Download | only in SDL

Lines Matching full:motion

55        SDL_JOYAXISMOTION,		/* Joystick axis motion */
56 SDL_JOYBALLMOTION, /* Joystick trackball motion */
126 /* Mouse motion event structure */
132 Sint16 xrel; /* The relative motion in the X direction */
133 Sint16 yrel; /* The relative motion in the Y direction */
145 /* Joystick axis motion event structure */
153 /* Joystick trackball motion event structure */
158 Sint16 xrel; /* The relative motion in the X direction */
159 Sint16 yrel; /* The relative motion in the Y direction */
224 SDL_MouseMotionEvent motion;