Share via


NSTouchPhase Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSTouchPhase
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSTouchPhase = 
Inheritance
NSTouchPhase
Attributes

Fields

Name Value Description
Began 1
Moved 2
Stationary 4
Touching 7
Ended 8
Cancelled 16
Any 18446744073709551615

Applies to