Window.changeCursorPosition

Changes the cursor position.

class Window
void
changeCursorPosition
(
Point position
)

Parameters

position
Type: Point

The position to set the cursor at. Note: For virtual mouse presses do not use this. Use Window.sendMouseInput() instead.

Meta