Posted By: Yochay Kiriaty | Oct 21st @ 8:41 AM | 123 Views | 1 Comment
In this lab, you will learn how to consume the low level raw touch data, exposed via WM_TOUCH messages. You will learn how to test for the existence of multitouch hardware, how to configure a Window to get the WM_TOUCH messages, how to extract the inputs from the message and how the system correlates touch id to a touch input.
Rating:
0
0

Is it possible to create and test a mutitouch application from within Visual Studio without having actual multitouch hardware (via a simulator or something similar)?

Microsoft Communities