obv-mikhail / InputBot

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

implement released keys for windows #98

Closed viniciusth closed 6 months ago

viniciusth commented 6 months ago

My attempt to solve #97 Implements handling of KeyUp events for Windows. Cargo fmt formatted a few lines unrelated to the PR, I also refactored the identification of mouse events to simplify implementing their release.

I don't know much about the project (1st time contributing) so if any changes are needed just let me know!