Function
love.joystick.isOpen( joystick )
Checks if the joystick is open.
Synopsis
open = love.joystick.isOpen( joystick )
Parameters
joystick number The joystick to be checked
Returns
open boolean True if the joystick is open, false if it is closed.
Copyright © 2006-2010 LÖVE Development Team.