Const
The Gamepad Disconnected Event.
This event is dispatched by the Gamepad Plugin when a Gamepad has been disconnected.
Listen to this event from within a Scene using: this.input.gamepad.once('disconnected', listener).
this.input.gamepad.once('disconnected', listener)
The Gamepad Disconnected Event.
This event is dispatched by the Gamepad Plugin when a Gamepad has been disconnected.
Listen to this event from within a Scene using:
this.input.gamepad.once('disconnected', listener).