ESteamInputType enum

Inheritance

Constructors

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

Values

unknown → const ESteamInputType
const ESteamInputType(0)
steamController → const ESteamInputType
const ESteamInputType(1)
xBox360Controller → const ESteamInputType
const ESteamInputType(2)
xBoxOneController → const ESteamInputType
const ESteamInputType(3)
genericGamepad → const ESteamInputType
const ESteamInputType(4)
ps4Controller → const ESteamInputType
const ESteamInputType(5)
appleMFiController → const ESteamInputType
const ESteamInputType(6)
androidController → const ESteamInputType
const ESteamInputType(7)
switchJoyConPair → const ESteamInputType
const ESteamInputType(8)
switchJoyConSingle → const ESteamInputType
const ESteamInputType(9)
switchProController → const ESteamInputType
const ESteamInputType(10)
mobileTouch → const ESteamInputType
const ESteamInputType(11)
ps3Controller → const ESteamInputType
const ESteamInputType(12)
ps5Controller → const ESteamInputType
const ESteamInputType(13)
steamDeckController → const ESteamInputType
const ESteamInputType(14)
count → const ESteamInputType
const ESteamInputType(15)
maximumPossibleValue → const ESteamInputType
const ESteamInputType(255)

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<ESteamInputType>
A constant List of the values in this enum, in order of their declaration.