c# - Can I render a WPF window with buttons on a touch sensitive screen and read the input? Suggestions? -


i want create wpf window display on touch sensitive screen , window contains 80 buttons. want wpf app recognize tabs on specific buttons. need specific api or how tabs on touch sensitive screen transmitted wpf app?

any suggestions?

thanks

windows 7 , higher versions have ability receive input multiple touch-sensitive devices. wpf applications can handle touch input other input, such mouse or keyboard, raising events when touch occurs.

wpf exposes 2 types of events when touch occurs − touch events , manipulation events. touch events provide raw data each finger on touchscreen , movement. manipulation events interpret input actions. both types of events discussed in section.

wpf enables applications respond touch. example, can interact application using 1 or more fingers on touch-sensitive device, such touchscreen walkthrough creates application enables user move, resize, or rotate single object using touch.

source msdn : https://msdn.microsoft.com/en-us/library/ee649090.aspx

also read codeproject article - http://www.codeproject.com/articles/692286/wpf-and-multi-touch


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -