obv-mikhail / InputBot

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

Handling of KeyUp events #97

Open viniciusth opened 8 months ago

viniciusth commented 8 months ago

Hey, I would like to be able to identify KeyUp events, it would be very useful when trying to measure for how long a key was pressed for.

It appears this feature doesn't currently exist on this crate, would it be possible to add it? I'll give it a try also.