0
kicks
New WPF Features: MultiTouch
WPF supports multitouch API’s in .NET 4. You can have touch and manipulation operations on all the UI elements.
For creating a touch based app, you would need to subscribe to the events:...