Skip to content
jackcarey edited this page Jul 16, 2022 · 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