BoppreH
BoppreH
Linux already has this. Device information is not included in the hook we are using, which complicates things. [Raw Input](https://msdn.microsoft.com/en-us/library/windows/desktop/ms645543(v=vs.85).aspx) seems to provide this, but it doesn't include the virtual...
Right now if a user plugs or unplugs a keyboard on Linux the library won't realize. Specially now that Linux correctly reports the device id, it should be possible to...
Right now all events report after-the-fact. It should be possible to suppress keys, keeping them from being processed by applications down the line. This allows users to create global hotkeys...
Labels and outer breaks are not very elegant, so I'm proposing using a simple `return` instead of the `break` and deferring the `stop()` using a language feature. This makes clear...
The default values result in a overlapping controls in Windows. By adding 20 extra pixels to the starting height the controls start at a more correct position.