X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Faccessibility-gesture-event.h;h=800c660278fbed9009b41f3a0cd8878701b4ffcb;hb=00a21a001e1769942321c0f823f0b4347b99dad4;hp=30a54f24b376fc84a1b905c44aadac303307ed02;hpb=1b290b4cbb146aac7da0425fad889af991b56ca2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/accessibility-gesture-event.h b/dali/devel-api/adaptor-framework/accessibility-gesture-event.h index 30a54f2..800c660 100644 --- a/dali/devel-api/adaptor-framework/accessibility-gesture-event.h +++ b/dali/devel-api/adaptor-framework/accessibility-gesture-event.h @@ -60,12 +60,12 @@ struct AccessibilityGestureEvent enum State { - Clear, ///< There is no state associated with this gesture. @SINCE_1_0.0 - Started, ///< The touched points on the screen have moved enough to be considered a gesture. @SINCE_1_0.0 - Continuing, ///< The gesture is continuing. @SINCE_1_0.0 - Finished, ///< The user has lifted a finger or touched an additional point on the screen. @SINCE_1_0.0 - Cancelled, ///< The gesture has been cancelled. @SINCE_1_0.0 - Possible ///< A gesture is possible. @SINCE_1_0.0 + CLEAR, ///< There is no state associated with this gesture. @SINCE_1_9.28 + STARTED, ///< The touched points on the screen have moved enough to be considered a gesture. @SINCE_1_9.28 + CONTINUING, ///< The gesture is continuing. @SINCE_1_9.28 + FINISHED, ///< The user has lifted a finger or touched an additional point on the screen. @SINCE_1_9.28 + CANCELLED, ///< The gesture has been cancelled. @SINCE_1_9.28 + POSSIBLE ///< A gesture is possible. @SINCE_1_9.28 }; State state;