InputType enum
Values
- LMB_DOWN → const InputType
- LMB_HOLD_AND_MOVE → const InputType
- LMB_UP → const InputType
- LMB_HOVER → const InputType
- MMB_DOWN → const InputType
- MMB_HOLD_AND_MOVE → const InputType
- MMB_UP → const InputType
- MMB_HOVER → const InputType
- SCALE1 → const InputType
- SCALE2 → const InputType
- SCALE2_ROTATE → const InputType
- SCALE2_MOVE → const InputType
- SCROLLWHEEL → const InputType
- POINTER_MOVE → const InputType
- KEYDOWN_W → const InputType
- KEYDOWN_A → const InputType
- KEYDOWN_S → const InputType
- KEYDOWN_D → const InputType
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
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