mouseClick
abstract suspend fun mouseClick(x: Double, y: Double, button: Input.MouseButton = Input.MouseButton.LEFT, buttons: Int = 1, modifiers: Int = 0)
Performs a native mouse click at the specified \[x, y\] coordinates.
Parameters
x
The x coordinate.
y
The y coordinate.
button
The mouse button (LEFT, RIGHT, MIDDLE). Default is LEFT.
buttons
Which button (default 1 = left).
modifiers
Bit field for pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0).