Tolik Pylypchuk

Results 28 comments of Tolik Pylypchuk

@FaithBeam this pull request is a little out of date - could you please rebase it on top of the 1.3 branch and resolve conflicts? Also, the [original pull request](https://github.com/TolikPylypchuk/libuiohook/pull/1)...

In my fork I've managed to improve getting the characters for the key typed events on Windows by removing the obscure code which gets the characters and using `ToUnicodeEx` instead....

Sure, any bit of feedback is appreciated! The fix is available in version 5.0.0 of SharpHook BTW.

I've just looked at the change in JNativeHook which you've linked, and I saw this comment: ```c /* FIXME ToUnicode needs to be replaced because it doesn't work well with...

@kwhat This behavior is actually a macOS quirk that's not addressed in libuiohook - macOS requires setting `kCGMouseEventClickState` on the event that's posted if the click count is more than...

I've managed to add support for Mac Catalyst in my fork, but I feel that it's full of hacks. Nevertheless it works. You can check out [this commit in my...

Mac Catalyst is a macOS system which enables running apps for iOS and iPadOS on macOS. As I've said, MAUI - a cross-platform UI framework for .NET - uses Mac...

Sorry for not answering earlier, I see that you've tinkered with it quite a lot. I'll test my fork with this configuration and let you know whether it works in...

I've just tested a build of libuiohook for Mac Catalyst, and everything seems to work fine. I've tested global hooks, input simulation, and mouse properties. I've used this configuration from...

It appears that it's impossible to restore the _full_ clipboard state on Windows as applications with custom clipboard formats can react to the clipboard being destroyed and will delete the...