Enum GesturesMode
Used by the canvas, do not need this for drawn controls
public enum GesturesMode
- Extension Methods
Fields
Disabled = 0Default
Enabled = 1Gestures attached
Lock = 3Full lock input for self, useful inside scroll view, panning controls like slider etc
SoftLock = 2Smart lock for working inside native controls like scroll view to share gestures with it if panning not consumed by your controls.