i used tutorials on internet taught how use touch input in xna windows computers touch screen. however, i'm using surface pro , xna studio doesn't recognize touch screen. used test printing status of touchpanel isconnected , false. maximum touch capability returned 0 (i think surface has multitouch of 10).
is familiar this? trying simple tasks like, receiving multiple finger clicks on screen.
xna 4.0 doesn't support touch on device other windows phone 7. see this blog post full details.
that linked blog post provides alternative methods receiving touch input (basically: use windows apis).
Comments
Post a Comment