Manually force touch points to reset in Windows 8?
Posted
by
loyalpenguin
on Stack Overflow
See other posts from Stack Overflow
or by loyalpenguin
Published on 2012-12-09T23:00:39Z
Indexed on
2012/12/09
23:03 UTC
Read the original article
Hit count: 238
Hi I developed a HTML5/JAVASCRIPT app that is supported using advertisement for the Win8 store. I just by chance happened to notice that if you touch the screen, drag your finger over the advertisement, and release your finger on top of the advertisement that the specific touch is not released and instead when you touch again it registers as a separate touch.
This has caused my app to behave expectantly when the user interacts with the app using touch. I wanted to know if it was possible to force the touches to reset so that when the user touches the screen again it is always using "Touch(0)".
© Stack Overflow or respective owner