Event received when a gamepad is disconnected from Excalibur. Gamepads receives this event.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

gamepad: Gamepad
index: number
other: Gamepad

Other target object for this event

target: Gamepad

Target object for this event.

Accessors

  • get bubbles(): boolean
  • If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.

    Returns boolean

  • set bubbles(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

Methods