# HG changeset patch # User Mitsuaki Nakamura # Date 1274675912 -32400 # Node ID 099e60ffabf82ffdcba98ec2f496887d9f15fcff # Parent ebd3f79a304f35d8946acd7bf828953dfaae2ff2 start branch sharp_contrib_0 diff -r ebd3f79a304f -r 099e60ffabf8 kernel/eka/include/e32event.h --- 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: