obv-mikhail / InputBot

Rust library for creating global hotkeys, and simulating inputs
MIT License
421 stars 74 forks source link

added Display to `KeybdKey` and `MouseButton` #81

Closed Redhawk18 closed 1 year ago

Redhawk18 commented 1 year ago

Doing this will enable values to be shown easier in gui's.

also there are many clippy warnings, I tried to fix the ones that absolutely seemed like types, but I left the ones I'm unsure about.