Package

org.scalajs.dom.experimental

gamepad

Permalink

package gamepad

Implements the Gamepad API.

W3C Working Draft

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gamepad
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Gamepad extends Any

    Permalink

    Represents the state of a connected gamepad device.

    Represents the state of a connected gamepad device.

    Annotations
    @ScalaJSDefined() @RawJSType()
  2. trait GamepadButton extends Any

    Permalink

    Represents the state of a button.

    Represents the state of a button.

    Annotations
    @ScalaJSDefined() @RawJSType()
  3. class GamepadEvent extends Event

    Permalink
    Annotations
    @RawJSType() @JSGlobal( "GamepadEvent" ) @native()
  4. trait GamepadEventInit extends Any

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  5. trait GamepadMappingType extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait GamepadNavigator extends Any

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object GamepadEventInit

    Permalink
  2. final val standard: GamepadMappingType

    Permalink
  3. implicit def toGamepad(navigator: raw.Navigator): GamepadNavigator

    Permalink
  4. final val unknown: GamepadMappingType

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped