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

This instruction positions the mouse cursor on the screen.

Parameters :

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

Examples :