Reputation: 51
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 example will be really helpful.
Thanks, Sachin
Upvotes: 0
Views: 1005
Reputation: 4820
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.
Upvotes: 1
Reputation: 65361
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
Upvotes: 0