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

Type: String

A human-readable version of the gamepad's name.

Example

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

>> "Xbox One Wired Controller"
Clone this wiki locally