#Generalzing Keyboard and Mouse Input
5 messages · Page 1 of 1 (latest)
I'd recommend checking out https://github.com/leafwing-studios/leafwing-input-manager.
Note that while LWIM is useful since it does part of the abstraction and I recommend it, it doesn't actually come with a binding menu itself
It has this example for a binding menu https://github.com/Leafwing-Studios/leafwing-input-manager/blob/main/examples/binding_menu.rs, but while I've never run it myself, I am guessing it's pretty barebones, not supporting the full feature set of LWIM
guessing from a glance at the code