EInputSourceMode enum

Inheritance

Constructors

EInputSourceMode(int value)
const
EInputSourceMode.fromValue(int value)
factory

Values

none → const EInputSourceMode
const EInputSourceMode(0)
dpad → const EInputSourceMode
const EInputSourceMode(1)
buttons → const EInputSourceMode
const EInputSourceMode(2)
fourButtons → const EInputSourceMode
const EInputSourceMode(3)
absoluteMouse → const EInputSourceMode
const EInputSourceMode(4)
relativeMouse → const EInputSourceMode
const EInputSourceMode(5)
joystickMove → const EInputSourceMode
const EInputSourceMode(6)
joystickMouse → const EInputSourceMode
const EInputSourceMode(7)
joystickCamera → const EInputSourceMode
const EInputSourceMode(8)
scrollWheel → const EInputSourceMode
const EInputSourceMode(9)
trigger → const EInputSourceMode
const EInputSourceMode(10)
touchMenu → const EInputSourceMode
const EInputSourceMode(11)
mouseJoystick → const EInputSourceMode
const EInputSourceMode(12)
mouseRegion → const EInputSourceMode
const EInputSourceMode(13)
radialMenu → const EInputSourceMode
const EInputSourceMode(14)
singleButton → const EInputSourceMode
const EInputSourceMode(15)
switches → const EInputSourceMode
const EInputSourceMode(16)

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
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

Constants

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