set mouse position

BlitzMax Forums/BlitzMax Beginners Area/set mouse position

hub(Posted 2006) [#1]
Hi !
how to set the mouse position ? For exampe SetMouse(x,y). Is there a method to do this and respect the compatibility linux, mac, windows ?

Thanks !


JazzieB(Posted 2006) [#2]
MoveMouse x,y


hub(Posted 2006) [#3]
Thanks !