Difference between revisions of "love.joystick.getName"

m
(Added oldin)
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=It has been moved to [[Joystick:getName]]}}
 
Returns the name of a joystick.
 
Returns the name of a joystick.
 
== Function ==
 
== Function ==

Revision as of 18:35, 26 August 2013

Removed in LÖVE 0.9.0
It has been moved to Joystick:getName.

Returns the name of a joystick.

Function

Synopsis

name = love.joystick.getName( joystick )

Arguments

number joystick
The joystick to be checked

Returns

string name
The name

See Also


Other Languages