Table of Contents

Interface IPointerGesture

Namespace
Xui.Core.UI.Input
Assembly
Xui.Core.dll

Marker interface attached to a captured pointer to describe what kind of gesture the capturing view is performing. Ancestor views can inspect this (via GetCapturedGesture(int)) to negotiate handover — for example a ScrollView will steal an ITap after a drag threshold but stand down for an IDrag.

public interface IPointerGesture