Tolik Pylypchuk
Tolik Pylypchuk
I've decided to look more closely into this issue, and the problem is that the rotation value is divided by 120. A mouse generates rotation values which are multiples of...
Hi! Thanks for using SharpHook! Could you please provide a little more info on the problem? I've never done AQA work on .NET - which project type are you using?...
@jthomas2021 There hasn't been any activity in this issue for almost a month. I can't help you without more info so I'm going to close this issue in a few...
OK, I can reproduce this issue. I think it may be a general problem with .NET Framework-based projects (I've only ever tested on .NET 6). I'll see what can be...
Turns out that .NET Framework-based projects don't copy native libraries from NuGet packages by default, and additional config in the package is required, as described in [this StackOverflow page](https://stackoverflow.com/questions/40104838/automatic-native-and-managed-dlls-extracting-from-nuget-package). I've...
Hi! Thanks for using this library! I'll need more info before I can help you. Can you please provide some info about your machine (e.g., if it's 32-bit or 64-bit,...
This is really weird. `ErrorSetWindowsHookEx` is a Windows-specific error, it shouldn't be possible on macOS. I'm going to need more info. Could you please tell me which files are present...
I've just run a sample app and tried scrolling with a mouse and a touchpad - both of them emit `WHEEL_UNIT_SCROLL`, so I don't think that's the case.
No need for TextCopy supporting Wayland since I've reimplemented clipboard interop directly in Keyboard Switch. Now I will need to implement it for Wayland as well, but that seems manageable...
Closing this issue due to inactivity, but if you provide more details then I'll reopen it.