zeth / inputs

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

Fixed an error relating to rumbe states #100

Open mrKallah opened 3 years ago

mrKallah commented 3 years ago

Fixed an being raied when rumble state changed by external library stopping the inputs library from being able to read the state of the controller. If this is not changed, the library instead throws an error when reading the controller state using get_gamepad() after the rumble state has been changed.