NSEventMask Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NSEventMask
type NSEventMask = 
Inheritance
NSEventMask
Attributes

Fields

AnyEvent 18446744073709551615
AppKitDefined 8192
ApplicationDefined 32768
CursorUpdate 131072
DirectTouch 137438953472
EventBeginGesture 524288
EventEndGesture 1048576
EventGesture 536870912
EventMagnify 1073741824
EventRotate 262144
EventSwipe 2147483648
FlagsChanged 4096
KeyDown 1024
KeyUp 2048
LeftMouseDown 2
LeftMouseDragged 64
LeftMouseUp 4
MouseEntered 256
MouseExited 512
MouseMoved 32
OtherMouseDown 33554432
OtherMouseDragged 134217728
OtherMouseUp 67108864
Periodic 65536
Pressure 17179869184
RightMouseDown 8
RightMouseDragged 128
RightMouseUp 16
ScrollWheel 4194304
SmartMagnify 4294967296
SystemDefined 16384
TabletPoint 8388608
TabletProximity 16777216

Applies to