简体   繁体   中英

Detecting global touch on screen

I want that after a touch is detected in windows, my app will start doing some things. I failed catching global touch, I tried to use this event: Touch.FrameReported, but it does not work, can I do it with hooking?

Now I am trying to use WM_TOUCH to hook touch, but I can't find how to do it globally with c#.

您可以使用globalmousekeyhook,因为MouseMove事件将触发TouchDown事件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM