Closed alireza11048 closed 4 years ago
Please see #373
Additionally: Windows driver subsystem owns all mouses and keyboards, so you cannot open those for read/write from user-space. That is a known limitation - security enforcement.
If you need to communicate with mouse/keyboard, you better use native OS hooks for that matter, specifically designed to get mouse/keyboard related events.
This is one of the items we should add as part of #61
Thank you, the problem has solved.
Hi,
I am trying to communicate with an HID device with this library, I have two problems: