THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Move the mouse cursor to the given position within the window.
void SDL_WarpMouseInWindow(SDL_Window * window,
int x, int y);
window |
the window to move the mouse into, or NULL for the current mouse focus |
x |
the x coordinate within the window |
y |
the y coordinate within the window |
This function generates a mouse motion event.
Note that this function will appear to succeed, but not actually move the mouse when used over Microsoft Remote Desktop.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryMouse, CategoryDraft