Difference between revisions of "love.joystick.getName"

(Add missing argument)
m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the name of a joystick.}}
 
{{#set:Description=Returns the name of a joystick.}}
 +
== Other Languages ==
 +
{{i18n|love.joystick.getName}}

Revision as of 20:40, 18 November 2010

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