Back to API Reference
Enum

RangeActionEvents

Default-action events that may execute an Inspector-authored range action.

public static readonly RangeActionEvents None = 0

No routed event executes the action.

public static readonly RangeActionEvents Activated = 1 << 0

Primary click, tap or keyboard/gamepad activation.

public static readonly RangeActionEvents ContextRequested = 1 << 1

Secondary click, long press or semantic context request.