What is touch event in WPF?

2020-08-01 05:38发布

问题:

I am just started with WPF. Why there is need to have touch events ? Any Example ...........

回答1:

You can try running the samples on this blog:

  • Introduction to WPF 4 Multitouch

You need a tablet or multi-touch provider to exercise some of these features. You can simulate touch interface with a mouse or multiple mice using this project:

  • Multi-Touch Vista