MouseClickArguments

Arguments for a mouse click action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mouse button to use. Defaults to LEFT.

Link copied to clipboard

The number of clicks to perform. Valid range: 1–10. Defaults to 1.

Link copied to clipboard
val x: Int

The X coordinate on screen where the click occurs.

Link copied to clipboard
val y: Int

The Y coordinate on screen where the click occurs.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String