Joystick:setPlayerIndex

Available since LÖVE 12.0
This function is not supported in earlier versions.

Sets 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

Joystick:setPlayerIndex( index )

Arguments

number index
The 1-based player index to use for this Joystick.

Returns

Nothing.

See Also

Other Languages