Home
last modified time | relevance | path

Searched refs:SDL_MouseMotionEvent (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_events.h299 typedef struct SDL_MouseMotionEvent struct
310 } SDL_MouseMotionEvent; typedef
665 SDL_MouseMotionEvent motion; /**< Mouse motion event data */
/bsp/simulator/drivers/
A Dsdl_fb.c339 motion_x = ((SDL_MouseMotionEvent *)&event)->x;
340 motion_y = ((SDL_MouseMotionEvent *)&event)->y;

Completed in 6 milliseconds