X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Flong-press-gesture.h;h=d994ea568e9f472075f62d316c576798546b1d0d;hp=414cc06037cf38f1a95614a2246660a3aeb6f412;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/events/long-press-gesture.h b/dali/public-api/events/long-press-gesture.h index 414cc06..d994ea5 100644 --- a/dali/public-api/events/long-press-gesture.h +++ b/dali/public-api/events/long-press-gesture.h @@ -79,7 +79,7 @@ struct DALI_CORE_API LongPressGesture : public Gesture * @brief The number of touch points in this long press gesture, i.e. the number of fingers the user had * on the screen to generate the long press gesture. */ - unsigned int numberOfTouches; + uint32_t numberOfTouches; /** * @brief This is the point, in screen coordinates, where the long press occurred.