zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

Slowing down update interval from controller not working properly #104

Open concealedfox70 opened 2 years ago

concealedfox70 commented 2 years ago

Cant slow down update interval without creating massive controller axis response delay. Time.sleep does not work as intended with inputs its like controller reads 12345 but print shows 1...2...3 instead of 1...3...5 like it should