touch screen handler for the microchip AR1020

Revision:
4:510ea5b28a05
Parent:
0:cf4dd04052e3
--- a/touchevent.h	Tue Feb 22 22:54:25 2011 +0000
+++ b/touchevent.h	Thu Feb 24 14:00:17 2011 +0000
@@ -24,6 +24,9 @@
 #ifndef __TOUCHEVENT_H__
 #define __TOUCHEVENT_H__
 
+/**
+    this class encapsulates a single touch event. It contains the coordinates (x,y) and the pen state (==0->up, >0->down)
+*/
 class TouchEvent
 {
     public: