{{newin|[[0.9.0]]|090|type=function}}
Gets whether the Joystick is connected.
== Function ==
=== Synopsis ===
<source lang="lua">
connected = Joystick:isConnected( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|connected|True if the Joystick is currently connected, false otherwise.}}
== See Also ==
* [[parent::Joystick]]
* [[love.joystickadded]]
* [[love.joystickremoved]]
[[Category:Functions]]
{{#set:Description=Gets whether the Joystick is connected.}}
== Other Languages ==
{{i18n|Joystick:isConnected}}