Touch.h File Reference
#include <map>

Go to the source code of this file.

Classes

struct  Touch
 An object that holds the characteristics of a touch on a touch screen. More...
 

Typedefs

typedef std::map< int, TouchTouchMap
 

Typedef Documentation

typedef std::map< int, Touch > TouchMap