Inheritance
Annotations
  • @DocsEditable()
  • @DomName('Gamepad')
  • @Experimental()

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

Gamepad.internal_()

Properties

axes List<num>

@DocsEditable(), @DomName('Gamepad.axes'), read-only
buttons List<GamepadButton>

@DocsEditable(), @DomName('Gamepad.buttons'), read-only
connected bool

@DocsEditable(), @DomName('Gamepad.connected'), @Experimental(), read-only
id String

@DocsEditable(), @DomName('Gamepad.id'), read-only
index int

@DocsEditable(), @DomName('Gamepad.index'), read-only
mapping String

@DocsEditable(), @DomName('Gamepad.mapping'), @Experimental(), read-only
timestamp int

@DocsEditable(), @DomName('Gamepad.timestamp'), read-only
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited