Searched refs:SDL_WarpMouseInWindow (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_mouse.c | 474 SDL_WarpMouseInWindow(window, x, y); in mouse_warpMouseInWindow() 478 SDL_WarpMouseInWindow(window, x, y); in mouse_warpMouseInWindow() 486 SDL_WarpMouseInWindow(window, x, y); in mouse_warpMouseInWindow() 526 SDL_WarpMouseInWindow(window, x, y); in mouse_getMouseFocus() 542 SDL_WarpMouseInWindow(window, x, y); in mouse_getMouseFocus()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mouse.h | 132 extern DECLSPEC void SDLCALL SDL_WarpMouseInWindow(SDL_Window * window,
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 356 SDL_WarpMouseInWindow(window, center_x, center_y); 746 SDL_WarpMouseInWindow(SDL_Window * window, int x, int y) function 821 SDL_WarpMouseInWindow(focusWindow, focusWindow->w/2, focusWindow->h/2); 829 SDL_WarpMouseInWindow(mouse->focus, mouse->x, mouse->y);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 248 #define SDL_WarpMouseInWindow SDL_WarpMouseInWindow_REAL macro
|
A D | SDL_dynapi_procs.h | 279 SDL_DYNAPI_PROC(void,SDL_WarpMouseInWindow,(SDL_Window *a, int b, int c),(a,b,c),)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 1198 SDL_WarpMouseInWindow(window, x, y); in SDL_RestoreMousePosition() 2710 SDL_WarpMouseInWindow(window, window->w/2, window->h/2); in SDL_OnWindowFocusGained()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 110 * SDL_WarpMouseInWindow() or SDL_WarpMouseGlobal(). This are not currently
|
Completed in 19 milliseconds