Views
love.joystick.isOpen
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