set mouse position

BlitzMax Forums/BlitzMax Beginners Area/set mouse position

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 !

MoveMouse x,y

Thanks !