GamepadEvent
Overview
The GamepadEvent interface of the Gamepad API contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
gamepad
property gamepad: Gamepad read;
Gamepad gamepad { get; }
var gamepad: Gamepad { get{} }
Gamepad gamepad { __get; }
ReadOnly Property gamepad() As Gamepad