dart:html
Gamepad class
- Annotations
-
Properties
- axes → List<num>?
read-only
- buttons → List<GamepadButton>?
@Creates('JSExtendableArray|GamepadButton'), @Returns('JSExtendableArray'), read-only
- connected → bool?
read-only
- displayId → int?
read-only
- hand → String?
read-only
- hashCode → int
read-only, inherited
- The hash code for this object.
- id → String?
read-only
- index → int?
read-only
- mapping → String?
read-only
- pose → GamepadPose?
read-only
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- timestamp → int?
read-only
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.