WinEvent enum

Represents constants in WinUser.h

Inheritance

Constructors

WinEvent()
const

Values

select → const WinEvent

0x0400 equivalent to onTap

contextMenu → const WinEvent

0x007b equivalent to onSecondaryTap

https://docs.microsoft.com/en-us/windows/win32/menurc/wm-contextmenu

mouseMove → const WinEvent

0x0200

leftButtonDown → const WinEvent

0x0201 equivalent to onTapDown

leftButtonUp → const WinEvent

0x0202 equivalent to onTapUp

leftButtonDoubleClick → const WinEvent

0x0203 equivalent to onDoubleTap

rightButtonDown → const WinEvent

0x0204 equivalent to onSecondaryTapDown

rightButtonUp → const WinEvent

0x0205 equivalent to onSecondaryTapUp

rightButtonDoubleClick → const WinEvent

0x0206

middleButtonDown → const WinEvent

0x0207 equivalent to onTertiaryTapDown

middleButtonUp → const WinEvent

0x0208 equivalent to onTertiaryTapUp

middleButtonDoubleClick → const WinEvent

0x0209

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<WinEvent>
A constant List of the values in this enum, in order of their declaration.