ISInterface:MouseTo

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool MouseTo(int X, int Y)

Purpose

To move the mouse to a given coordinate

Usage

Parameters

  • int X
[in] The X pixel coordinate
  • int Y
[in] The Y pixel coordinate

Return Value

  • bool
Returns true on success, false on failure

Examples

Move the mouse to 500,125

  • pISInterface->MouseTo(500,125);


See Also