Multitouch - Native

Version: 1.0.0

Description

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.

Contents

  1. Overview
  2. Exercise 1: Build a Multi-touch Application
  3. Summary