Joystick:getPlayerIndex
Available since LÖVE 12.0 |
This function is not supported in earlier versions. |
Gets the player index of this Joystick. This corresponds to an indicator light on many common gamepads.
Note that this is independent from the array index of this Joystick in the table returned by love.joystick.getJoysticks.
Function
Synopsis
index = Joystick:getPlayerIndex( )
Arguments
None.
Returns
number index
- The 1-based player index being used for this Joystick, or -1 if the player index has not been set or cannot be determined.
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