NesButton enum

button map

Inheritance

Constructors

NesButton()
const

Values

Poweroff → const NesButton
Reset → const NesButton
Select → const NesButton
Start → const NesButton
Joypad1A → const NesButton
Joypad1B → const NesButton
Joypad1Up → const NesButton
Joypad1Down → const NesButton
Joypad1Left → const NesButton
Joypad1Right → const NesButton
Joypad2A → const NesButton
Joypad2B → const NesButton
Joypad2Up → const NesButton
Joypad2Down → const NesButton
Joypad2Left → const NesButton
Joypad2Right → const NesButton

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

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