开发者

How to implement Touch Screen functionality in WPF

开发者 https://www.devze.com 2022-12-08 21:05 出处:网络
I am using WPF 3.5 on Vista Machine. Can someone please let me know how to implement touch screen functionality on this. A demo exam开发者_StackOverflow社区ple will be really helpful.

I am using WPF 3.5 on Vista Machine. Can someone please let me know how to implement touch screen functionality on this. A demo exam开发者_StackOverflow社区ple will be really helpful.

Thanks, Sachin


Touchscreen is like a mouse in all respects, except it can "teleport" the mouse pointer all over the place. Also, you can't have mouse hover effects with a touchscreen because it's impossible to move the cursor without clicking or dragging.


You also need hardware that supports touch. This podcast is a good introduction to the technology from a .net perspective:

http://www.dotnetrocks.com/default.aspx?showNum=469

0

精彩评论

暂无评论...
验证码 换一张
取 消