Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created a wpf application. On surface I want to handle continuous multi-touch on 1 point like 1 touch but I can't find a solution.

What I have tried:

Please tell me any solution for my problem . Thanks
Posted
Updated 22-Aug-21 23:06pm

1 solution

See here: Input Overview - WPF .NET Framework | Microsoft Docs[^]
And here: Touch Class (System.Windows.Input) | Microsoft Docs[^]
Touch is handled in parallel to "normal" mouse events.
 
Share this answer
 
Comments
Member 13338759 28-Aug-21 12:27pm    
Thank you for your support

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900