That's interesting!
I tend to use Hump libraries, but I never noticed the timer thing since I didn't actually need it to be that precise.
Thanks for the warning and Knife recommendation, much appreciated.
Sounds like a bug to me, though it could potentially be with your system/drivers/etc. Have you tried some of the other checks, like love.joystick.getJoystickCount, or love.joystick.getJoysticks? Have you tried different types of controllers? love.joystick.getJoystickCount still return 4 when more t...
Yeah, but how much people actually nowdays plays in games with local multiplayer with more then 2 players? in our 2k21 future everyone play in multyplayer games via internet or in very rare cases via lan so i guess 4 gamepads limit shouldn't be a problem Well, it's a problem for me otherwise wouldn...
Hello! :3 Is there a way to allow the game to recognize more than 4 Gamepad? Example: When I connect 5 or 6 gamepads only 4 are recognize :( function love.joystickadded( joystick ) print(joystick:getName().." Connected",joystick:getID()) end https://love2d.org/imgmirrur/4rRMg5b.png I think...