HoverPointerAction.click

Perform a left click.

class HoverPointerAction
bool
click
(
bool isActive = true
,
int clickCount = 1
)

Parameters

isActive bool

Trigger input actions (like a mouse release event) if true, emulate holding if false.

clickCount int

Set to 2 to emulate a double click, 3 to emulate a triple click, etc.

Return Value

Type: bool

True if the action was handled, false if not.

Meta