kernel/eka/include/e32event.h
branchsharp_contrib_0
changeset 114 099e60ffabf8
parent 33 0173bcd7697c
child 115 3726ea3658d3
equal deleted inserted replaced
113:ebd3f79a304f 114:099e60ffabf8
   252 		EButton6Up,
   252 		EButton6Up,
   253 
   253 
   254 		/**
   254 		/**
   255 		Represents a device restart event.
   255 		Represents a device restart event.
   256 		*/
   256 		*/
   257 		ERestartSystem
   257 		ERestartSystem,
       
   258 		
       
   259 		/* Caused by "Tap" Gesture Event from pointing device directry */
       
   260 		EGestureTap = 0x0080,
       
   261 		/* Caused by "LongPress" Gesture Event from pointing device directry */
       
   262 		EGesturePress,
       
   263 		/* Caused by "FlickUp" Gesture Event from pointing device directry */
       
   264 		EGestureFlickup,
       
   265 		/* Caused by "FlickDown" Gesture Event from pointing device directry */
       
   266 		EGestureFlickDown,
       
   267 		/* Caused by "FlickLeft" Gesture Event from pointing device directry */
       
   268 		EGestureFlickLeft,
       
   269 		/* Caused by "FlickRight" Gesture Event from pointing device directry */
       
   270 		EGestureFlickRight,
       
   271 		/* Caused by General "Flick" Gesture Event from pointing device directry */
       
   272 		EGestureFlick,
       
   273 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   274 		EGestureCustom1,
       
   275 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   276 		EGestureCustom2,
       
   277 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   278 		EGestureCustom3,
       
   279 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   280 		EGestureCustom4,
       
   281 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   282 		EGestureCustom5,
       
   283 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   284 		EGestureCustom6,
       
   285 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   286 		EGestureCustom7,
       
   287 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   288 		EGestureCustom8,
       
   289 		/* Caused by Custom Gesture Event from pointing device directry (for Reserved) */
       
   290 		EGestureCustom9,
       
   291 
   258 		};
   292 		};
   259 public:
   293 public:
   260 
   294 
   261     /**
   295     /**
   262     Default constructor
   296     Default constructor