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

Properties


gamepad

 

property gamepad: Gamepad read;

 

Gamepad gamepad { get; }

 

var gamepad: Gamepad { get{} }

 

Gamepad gamepad { __get; }

 

ReadOnly Property gamepad() As Gamepad