Function Set-Window-Pos

Part of:

package glfw
( set-window-pos < x > < y > )
Parameters
x
Horizontal position of the window, relative to the upper left corner of the desktop.
y
Vertical position of the window, relative to the upper left corner of the desktop.
Return values
none
Description
The function changes the position of an opened window. It does not have any effect on a fullscreen
window.