Difference between revisions of "love.joystick.isOpen"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks if the joystick is open.}}
 
{{#set:Description=Checks if the joystick is open.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystick.isOpen}}
 
{{i18n|love.joystick.isOpen}}

Revision as of 10:31, 25 March 2011

Checks if the joystick is open.

Function

Synopsis

open = love.joystick.isOpen( joystick )

Arguments

number joystick
The joystick to be checked

Returns

boolean open
True if the joystick is open, false if it is closed.

See Also


Other Languages