Skip to content

connectedTimestamp

jackcarey edited this page Jul 16, 2022 · 1 revision

Type: Int

When the gamepad was connected, in Unix time.

Example

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

>> 427075200
Clone this wiki locally