CGEventMask Enum
Definition
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum CGEventMask
type CGEventMask =
- Inheritance
-
CGEventMask
- Attributes
Fields
FlagsChanged | 4096 | |
KeyDown | 1024 | |
KeyUp | 2048 | |
LeftMouseDown | 2 | |
LeftMouseDragged | 64 | |
LeftMouseUp | 4 | |
MouseMoved | 32 | |
Null | 1 | |
OtherMouseDown | 33554432 | |
OtherMouseDragged | 134217728 | |
OtherMouseUp | 67108864 | |
RightMouseDown | 8 | |
RightMouseDragged | 128 | |
RightMouseUp | 16 | |
ScrollWheel | 4194304 | |
TabletPointer | 8388608 | |
TabletProximity | 16777216 |