Window.sendMouseInput

Sends a mouse input through memory.

class Window
void
sendMouseInput
(
Mouse.Button button
,
Point position
)

Parameters

button
Type: Mouse.Button

The button to send an input of.

position
Type: Point

The position of the mouse input. Note: This doesn't change the position of the cursor. Use Window.changeCursorPosition() instead.

Meta