{{newinoldin|[[0.5.0]]|050|[[0.9.0]]|090|type=function}}
Checks if the joystick is open.
== Function ==
=== Synopsis ===
<source lang="lua">
open = love.joystick.isOpen( joystick )
</source>
=== Arguments ===
{{param|number|joystick|The joystick to be checked}}
=== Returns ===
{{param|boolean|open|True if the joystick is open, false if it is closed.}}
== See Also ==
* [[parent::love.joystick]]
[[Category:Functions]]
{{#set:Description=Checks if the joystick is open.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.joystick.isOpen}}