retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
115 stars 6 forks source link

Implement proper UI usage for stick movement #136

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

Stick movement can now be used for UI selection without it going completely crazy on selections. Timings are configurable as well.

A few cases likely need to be tackled through engine modifications, such as ui_left being used for both left and right movements (noticeable on PopupMenu's)

Closes #6