Packages

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

    Represents the state of a connected gamepad device.

    Represents the state of a connected gamepad device.

    Annotations
    @JSType()
  2. trait GamepadButton extends Any

    Represents the state of a button.

    Represents the state of a button.

    Annotations
    @JSType()
  3. class GamepadEvent extends Event
    Annotations
    @JSType() @JSGlobal( "GamepadEvent" ) @native()
  4. trait GamepadEventInit extends Object with EventInit
    Annotations
    @JSType()
  5. trait GamepadMappingType extends Any
    Annotations
    @JSType() @native()
  6. trait GamepadNavigator extends Any
    Annotations
    @JSType() @native()

Value Members

  1. final val standard: GamepadMappingType
  2. implicit def toGamepad(navigator: raw.Navigator): GamepadNavigator
  3. final val unknown: GamepadMappingType

Inherited from AnyRef

Inherited from Any

Ungrouped