HoverPointerAction.tripleClick

Perform a double (doubleClick) or triple click (tripleClick) using the primary press action.

class HoverPointerAction
bool
tripleClick
(
bool isActive = true
)

Parameters

isActive bool

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

Return Value

Type: bool

True if the action was handled, false if not.

Meta