Joystick:getID
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the joystick's unique identifier. The identifier will remain the same for the life of the game, even when the Joystick is disconnected and reconnected, but it will change when the game is re-launched.
Function
Synopsis
id, instanceid = Joystick:getID( )
Arguments
None.
Returns
number id
- The Joystick's unique identifier. Remains the same as long as the game is running.
number instanceid (nil)
- Unique instance identifier. Changes every time the Joystick is reconnected. nil if the Joystick is not connected.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info