Searched refs:SDL_UpdateMouseFocus (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 241 SDL_UpdateMouseFocus(SDL_Window * window, int x, int y, Uint32 buttonstate, SDL_bool send_mouse_mot… function 297 …if (!SDL_UpdateMouseFocus(window, x, y, mouse->buttonstate, (mouseID == SDL_TOUCH_MOUSEID) ? SDL_F… 530 SDL_UpdateMouseFocus(window, mouse->x, mouse->y, buttonstate, SDL_TRUE); 580 SDL_UpdateMouseFocus(window, mouse->x, mouse->y, buttonstate, SDL_TRUE);
|
Completed in 4 milliseconds