ModifierKeyCode enum
Enum for Modifier Keys
Values
- leftShift → const ModifierKeyCode
-
Left Shift key.
- leftControl → const ModifierKeyCode
-
Left Control key.
- leftAlt → const ModifierKeyCode
-
Left Alt key.
- leftSuper → const ModifierKeyCode
-
Left Super key.
- leftHyper → const ModifierKeyCode
-
Left Hyper key.
- leftMeta → const ModifierKeyCode
-
Left Meta key.
- rightShift → const ModifierKeyCode
-
Right Shift key.
- rightControl → const ModifierKeyCode
-
Right Control key.
- rightAlt → const ModifierKeyCode
-
Right Alt key.
- rightSuper → const ModifierKeyCode
-
Right Super key.
- rightHyper → const ModifierKeyCode
-
Right Hyper key.
- rightMeta → const ModifierKeyCode
-
Right Meta key.
- isoLevel3Shift → const ModifierKeyCode
-
Iso Level3 Shift key.
- isoLevel5Shift → const ModifierKeyCode
-
Iso Level5 Shift key.
- none → const ModifierKeyCode
Properties
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<
ModifierKeyCode> - A constant List of the values in this enum, in order of their declaration.