Searched refs:SDL_MouseMotionEvent (Results 1 – 2 of 2) sorted by relevance
299 typedef struct SDL_MouseMotionEvent struct310 } SDL_MouseMotionEvent; typedef665 SDL_MouseMotionEvent motion; /**< Mouse motion event data */
339 motion_x = ((SDL_MouseMotionEvent *)&event)->x;340 motion_y = ((SDL_MouseMotionEvent *)&event)->y;
Completed in 6 milliseconds