package gamepad
Implements the Gamepad API.
- Alphabetic
- By Inheritance
- gamepad
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Gamepad extends Any
Represents the state of a connected gamepad device.
Represents the state of a connected gamepad device.
- Annotations
- @JSType()
-
trait
GamepadButton extends Any
Represents the state of a button.
Represents the state of a button.
- Annotations
- @JSType()
-
class
GamepadEvent extends Event
- Annotations
- @JSType() @JSGlobal( "GamepadEvent" ) @native()
-
trait
GamepadEventInit extends Object with EventInit
- Annotations
- @JSType()
-
trait
GamepadMappingType extends Any
- Annotations
- @JSType() @native()
-
trait
GamepadNavigator extends Any
- Annotations
- @JSType() @native()
Value Members
- final val standard: GamepadMappingType
- implicit def toGamepad(navigator: raw.Navigator): GamepadNavigator
- final val unknown: GamepadMappingType