Move the mouse to the given position in global screen space.
Defined in <SDL3/SDL_mouse.h>
x | the x coordinate |
y | the y coordinate |
Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
This function generates a mouse motion event.
A failure of this function usually means that it is unsupported by a platform.
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 3.0.0.