solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
712 stars 133 forks source link

Handle joystick deadzone (Fixes #672) #1033

Closed strycore closed 7 years ago

strycore commented 7 years ago

This patch takes care of the deadzone issues with controllers. This does not however fix the speed issue in the menus (the input events need to be debounced somehow)