TolikPylypchuk / SharpHook

SharpHook provides a cross-platform global keyboard and mouse hook, event simulation, and text entry simulation for .NET
https://sharphook.tolik.io
MIT License
347 stars 32 forks source link

Support for touch events #101

Closed jhimes144 closed 6 months ago

jhimes144 commented 6 months ago

Hi,

This is an awesome library. Is it possible that we could get touch events as well?

TolikPylypchuk commented 6 months ago

Hi! Thanks for asking! I will have to look into it, but I'm currently not sure, so no promises.

TolikPylypchuk commented 6 months ago

It appears that global touch input handling is fundamentally different than keyboard or mouse input handling. Also, it's not supported in libuiohook and I'm not sure I will manage to implement it myself.

I'm going to close this issue as a won't-fix, but we can continue the discussion.

jhimes144 commented 6 months ago

Thanks for looking into that!