Contents
#include <coreview.h> struct TouchEvent { // enums enum Type; // fields Type type; Point where; // construction TouchEvent(Type type, PointRef where); };