id property

String id
final

A unique identifier for the gamepad controller.

On Linux, it maps to the file descriptor path. On macOs and Windows, it's just the index of the connected controller.

Implementation

final String id;