Searched refs:SDL_PrivateSendMouseMotion (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 45 SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y); 273 SDL_PrivateSendMouseMotion(window, mouse->mouseID, 0, x, y); 286 SDL_PrivateSendMouseMotion(window, mouse->mouseID, 0, x, y); 302 return SDL_PrivateSendMouseMotion(window, mouseID, relative, x, y); 321 SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y) function
|
Completed in 4 milliseconds