NSEventType enum
Values
- NSEventTypeLeftMouseDown → const NSEventType
-
const NSEventType(1) - NSEventTypeLeftMouseUp → const NSEventType
-
const NSEventType(2) - NSEventTypeRightMouseDown → const NSEventType
-
const NSEventType(3) - NSEventTypeRightMouseUp → const NSEventType
-
const NSEventType(4) - NSEventTypeMouseMoved → const NSEventType
-
const NSEventType(5) - NSEventTypeLeftMouseDragged → const NSEventType
-
const NSEventType(6) - NSEventTypeRightMouseDragged → const NSEventType
-
const NSEventType(7) - NSEventTypeMouseEntered → const NSEventType
-
const NSEventType(8) - NSEventTypeMouseExited → const NSEventType
-
const NSEventType(9) - NSEventTypeKeyDown → const NSEventType
-
const NSEventType(10) - NSEventTypeKeyUp → const NSEventType
-
const NSEventType(11) - NSEventTypeFlagsChanged → const NSEventType
-
const NSEventType(12) - NSEventTypeAppKitDefined → const NSEventType
-
const NSEventType(13) - NSEventTypeSystemDefined → const NSEventType
-
const NSEventType(14) - NSEventTypeApplicationDefined → const NSEventType
-
const NSEventType(15) - NSEventTypePeriodic → const NSEventType
-
const NSEventType(16) - NSEventTypeCursorUpdate → const NSEventType
-
const NSEventType(17) - NSEventTypeScrollWheel → const NSEventType
-
const NSEventType(22) - NSEventTypeTabletPoint → const NSEventType
-
const NSEventType(23) - NSEventTypeTabletProximity → const NSEventType
-
const NSEventType(24) - NSEventTypeOtherMouseDown → const NSEventType
-
const NSEventType(25) - NSEventTypeOtherMouseUp → const NSEventType
-
const NSEventType(26) - NSEventTypeOtherMouseDragged → const NSEventType
-
const NSEventType(27) - NSEventTypeGesture → const NSEventType
-
const NSEventType(29) - NSEventTypeMagnify → const NSEventType
-
const NSEventType(30) - NSEventTypeSwipe → const NSEventType
-
const NSEventType(31) - NSEventTypeRotate → const NSEventType
-
const NSEventType(18) - NSEventTypeBeginGesture → const NSEventType
-
const NSEventType(19) - NSEventTypeEndGesture → const NSEventType
-
const NSEventType(20) - NSEventTypeSmartMagnify → const NSEventType
-
const NSEventType(32) - NSEventTypeQuickLook → const NSEventType
-
const NSEventType(33) - NSEventTypePressure → const NSEventType
-
const NSEventType(34) - NSEventTypeDirectTouch → const NSEventType
-
const NSEventType(37) - NSEventTypeChangeMode → const NSEventType
-
const NSEventType(38) - NSEventTypeMouseCancelled → const NSEventType
-
const NSEventType(40)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → NSEventType
Constants
-
values
→ const List<
NSEventType> - A constant List of the values in this enum, in order of their declaration.