Project-Alpaca / RDS4Reboot

Rubber duck shock 4 - Reboot edition
GNU Lesser General Public License v3.0
26 stars 4 forks source link

Universal button/trigger/stick API #2

Closed dogtopus closed 5 years ago

dogtopus commented 5 years ago

Currently the input handling uses platform-dependent keycode and indices. It would be better to have a implementation-independent API for common buttons/triggers/analog sticks.

TODO list:

dogtopus commented 5 years ago

Implemented in 58e08b8