Code: Select all
local joysticks = love.joystick.getJoysticks()
print(joysticks[1])
I'm running Love 11.1 on Linux Mint. The gamepad works fine with other games, Love programs just won't recognize it. Any ideas for how to troubleshoot this? Thanks.
Edit: Ahh crap I meant to put this in Support and Development, sorry!
Edit 2: After uploading to Love 11.3 this problem has been solved