Back to API Reference
Enum
RangeActionEvents
Default-action events that may execute an Inspector-authored range action.
public static readonly RangeActionEvents None = 0No routed event executes the action.
public static readonly RangeActionEvents Activated = 1 << 0Primary click, tap or keyboard/gamepad activation.
public static readonly RangeActionEvents ContextRequested = 1 << 1Secondary click, long press or semantic context request.
