--- a/idlehomescreen/xmluirendering/uiengine/inc/xngesturerecogniser.h Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xngesturerecogniser.h Mon Mar 15 12:39:47 2010 +0200
@@ -70,6 +70,7 @@
EGestureSwipeUp = 0x0000000A,
/** swipe down */
EGestureSwipeDown = 0x0000000B,
+ EGestureCanceled = 0x0000000C,
/**
* these codes are sent when user initiates holding by keeping stylus
* in same place for a longer duration
@@ -104,6 +105,8 @@
* @return recognised gesture id or EUnknownGesture
*/
TXnGestureCode GestureCode( const TXnPointArray& aPoints ) const;
+
+ TXnGestureCode LastDirection( const TXnPointArray& aPoints ) const;
};
} // namespace XnGestureHelper