mouse .position .set  (  PosX ,  PosY  )  
                                
Description :

This instruction positions the mouse cursor on the screen.

Parameters :

  • X component of the mouse cursor's top left pixel position.
  • Y component of the mouse cursor's top left pixel position.

Examples :