Skip to content
Samir Zahran edited this page Aug 30, 2016 · 1 revision

Type: Int

The index of the gamepad.

Example

var controller = Controller.getController(0);
console.log(controller.index);

>> 0
Clone this wiki locally