kernel/eka/include/e32event.h
branchsharp_contrib_0
changeset 114 099e60ffabf8
parent 33 0173bcd7697c
child 115 3726ea3658d3
--- a/kernel/eka/include/e32event.h	Tue May 18 19:13:06 2010 +0100
+++ b/kernel/eka/include/e32event.h	Mon May 24 13:38:32 2010 +0900
@@ -254,7 +254,41 @@
 		/**
 		Represents a device restart event.
 		*/
-		ERestartSystem
+		ERestartSystem,
+		
+		/* Caused by "Tap" Gesture Event from pointing device directry */
+		EGestureTap = 0x0080,
+		/* Caused by "LongPress" Gesture Event from pointing device directry */
+		EGesturePress,
+		/* Caused by "FlickUp" Gesture Event from pointing device directry */
+		EGestureFlickup,
+		/* Caused by "FlickDown" Gesture Event from pointing device directry */
+		EGestureFlickDown,
+		/* Caused by "FlickLeft" Gesture Event from pointing device directry */
+		EGestureFlickLeft,
+		/* Caused by "FlickRight" Gesture Event from pointing device directry */
+		EGestureFlickRight,
+		/* Caused by General "Flick" Gesture Event from pointing device directry */
+		EGestureFlick,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom1,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom2,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom3,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom4,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom5,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom6,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom7,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom8,
+		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
+		EGestureCustom9,
+
 		};
 public: