Set the mouse position on the screen.
fun [I I] I
Return : I 0 if success or nil if error
_GETscreenPos
fun main ()= _showconsole; _fooId _SETscreenPos 50 50; // x = 50 px, y = 50 px 0;;