Home | History | Annotate | Download | only in SDL

Lines Matching full:motion

54        SDL_JOYAXISMOTION,		/* Joystick axis motion */
55 SDL_JOYBALLMOTION, /* Joystick trackball motion */
123 /* Mouse motion event structure */
129 Sint16 xrel; /* The relative motion in the X direction */
130 Sint16 yrel; /* The relative motion in the Y direction */
142 /* Joystick axis motion event structure */
150 /* Joystick trackball motion event structure */
155 Sint16 xrel; /* The relative motion in the X direction */
156 Sint16 yrel; /* The relative motion in the Y direction */
221 SDL_MouseMotionEvent motion;