Difference between revisions of "love.joystick.getName"

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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystick.getName}}
 
{{i18n|love.joystick.getName}}

Revision as of 10:30, 25 March 2011

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