Share via


NSGestureRecognizerState Enum

Definition

[ObjCRuntime.Native]
public enum NSGestureRecognizerState
[<ObjCRuntime.Native>]
type NSGestureRecognizerState = 
Inheritance
NSGestureRecognizerState
Attributes

Fields

Name Value Description
Possible 0
Began 1
Changed 2
Ended 3
Recognized 3
Cancelled 4
Failed 5

Applies to