SnosMe / uiohook-napi

MIT License
162 stars 37 forks source link

Touch support #38

Closed wan54 closed 6 months ago

wan54 commented 6 months ago

Is touch event planned to be supported anytime soon?

SnosMe commented 6 months ago

Is it something that upstream libuiohook has?

wan54 commented 6 months ago

Not seen anywhere in https://github.com/kwhat/libuiohook/blob/1.2/src/windows/input_hook.c

Also confirmed by the owner https://github.com/kwhat/libuiohook/issues/62

From my recent testing with electron-based app, tapping on web contents will not trigger the input event. The event gets triggered when tapping on any native components: button, text input, window title bar, etc.

Closing since the upstream lib does not support it yet.

Thanks for making this binding.