Function Set-Mouse-Pos
(
set-mouse-pos < xpos > < ypos > )
Parameters
xpos
Horizontal position of the mouse.
ypos
Vertical position of the mouse.
Description
The function changes the position of the mouse. If the cursor is visible (not disabled), the cursor will be
moved to the specified position, relative to the upper left corner of the window client area. If the cursor
is hidden (disabled), only the mouse position that is reported by GLFW is changed.