Back to API Reference
Enum
RangeInteractionKind
Semantic or gesture event emitted for one interactive range entity.
public static readonly RangeInteractionKind Activated = 0A primary click, tap or keyboard command activated the entity.
public static readonly RangeInteractionKind ContextRequested = 1A secondary click, long press or keyboard command requested contextual actions.
public static readonly RangeInteractionKind Entered = 2A pointer entered the entity's hit geometry.
public static readonly RangeInteractionKind Exited = 3A pointer left the entity's hit geometry.
public static readonly RangeInteractionKind StateChanged = 4An independent interaction signal changed.
public static readonly RangeInteractionKind LongPressProgress = 5A long-press recognizer reported normalized progress.
public static readonly RangeInteractionKind Pressed = 6A primary pointer began a captured gesture over the entity.
public static readonly RangeInteractionKind Released = 7A captured primary pointer was released.
public static readonly RangeInteractionKind Canceled = 8A captured gesture ended without activation.
public static readonly RangeInteractionKind Focused = 9The entity received keyboard or gamepad focus.
public static readonly RangeInteractionKind Blurred = 10The entity lost keyboard or gamepad focus.
public static readonly RangeInteractionKind Gesture = 11A custom recognizer claimed, updated or completed its gesture.
