--- a/windowing/windowserver/inc/pointerevent.h Tue May 18 14:02:18 2010 +0100
+++ b/windowing/windowserver/inc/pointerevent.h Mon May 24 14:11:29 2010 +0900
@@ -9,6 +9,7 @@
// Nokia Corporation - initial contribution.
//
// Contributors:
+// Sharp Corporation - contribution of modification for Enhancement of Pointer Event.
//
// Description:
//
@@ -109,6 +110,38 @@
@publishedAll
@released */
EExitHighPressure,
+ /* 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,
/** WSERV will never generate TPointerEvent with this type.
WARNING: Enum for internal use ONLY. Compatibility is not guaranteed in future releases. */