user185040
user185040

Reputation: 51

How to implement Touch Screen functionality in WPF

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

Answers (2)

CannibalSmith
CannibalSmith

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

Shiraz Bhaiji
Shiraz Bhaiji

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

Related Questions