device_query
device_query copied to clipboard
A simple library to query mouse and keyboard inputs without a window. Will work in Windows, Linux, and macOS.
On macOS, the ApplicationServices framework is used to request access to the keyboard. At the moment the code asserts if that is not granted which will crash any app using...
i I made a mwe on windows and it works fine. However, now I need to upload the code to raspberry pi. I access it through ssh (using mobaxterm which...
Hey 👋, thank you for such a great library, much appreciated! I'm having problems with it, I get the value of `LogicalPosition` for the coords position on my MacOS computer,...
I was using this crate in my project and found out that the Korean IME key `VK_HANGUL` is not captured by the `device_query`. This key is commonly used on Korean...
I have not been able to test this as my keyboard lacks a `ScrollLock` and `Pause` key, and `PrintScreen` on my Linux install eats the event (because it's my screenshot...