How to query touch screen active points? #8820
Replies: 1 comment 2 replies
-
Honestly, I don't think this is even possible using the Windows API. |
Beta Was this translation helpful? Give feedback.
-
Honestly, I don't think this is even possible using the Windows API. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible using WinUI 3 to check any time if screen is currently touched (and how many touch points are active)? Also what’s the point of PointerPoint IsInContact property since it hold state only from time of event and it not updates when contact disappears.
I try to check if during Tapped or PointerPressed event, there fingers are touching screen. I tried to register pointer events and store info about touch enter / leave but it’s not precise all time and I don’t believe there is no more simple method to achieve it.
Beta Was this translation helpful? Give feedback.
All reactions