JoystickDirection enum
Values
- up → const JoystickDirection
- upLeft → const JoystickDirection
- upRight → const JoystickDirection
- right → const JoystickDirection
- down → const JoystickDirection
- downRight → const JoystickDirection
- downLeft → const JoystickDirection
- left → const JoystickDirection
- idle → const JoystickDirection
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<
JoystickDirection> - A constant List of the values in this enum, in order of their declaration.