Reputation: 290
How do I get the location of all current touches on the phone's screen in a mobile Silverlight application? The technique described at http://msdn.microsoft.com/en-us/library/ff434208.aspx seems to only apply to XNA applications. Otherwise, it gives the error "The name 'touchPanel' does not exist in the current context".
Upvotes: 0
Views: 231
Reputation: 165
This article should help you determine all the touchpoints in a Silverlight WP7 Application.
The idea behind is to use TouchPointCollection in Codebehind.
Upvotes: 2