Gestures - Native

Version: 1.0.0

Description

In this lab, you will use the Windows 7 native touch APIs and consume touch gesture messages to manipulate an object on the screen. You will also learn how to test for the existence of multitouch hardware, how to configure a Window to get the gesture event that you want and how to extract and interpret gesture arguments.

Contents

  1. Overview
  2. Exercise 1: Build a Multitouch Application
  3. Summary