Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 - Silverlight - Touch Input - TouchPoint.Size is always 1,1

I'm writing a small application for the WP7 using Silverlight, and it would be helpful for my application to be able to know the very basic dimensions of the touch fingerprint (height, width). After searching, I found and used the TouchPoint.Size property. However, this is always returning a value of 1 for both height and width.

Is this expected on the Windows Phone? Is it not supported? Is it a feature not supported by Silverlight? Is this information possible to grab from another API? Should I switch to XNA, does XNA support providing this information?

like image 793
Cerie Avatar asked Dec 12 '10 23:12

Cerie


1 Answers

SL doesn't tell you the size of the touch, and I don't know XNA well enough to know if it does either.

like image 121
dethSwatch Avatar answered Nov 02 '22 08:11

dethSwatch