X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftouch-event.h;h=f4adbf8fefc7ce68c077a563d3279669019aa9a4;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hp=f24ceba77c94a617721940686b99268eef3bfd15;hpb=da2e24f853c2f463df2f4b743c3b2241a537cefd;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/touch-event.h b/dali/public-api/events/touch-event.h index f24ceba..f4adbf8 100644 --- a/dali/public-api/events/touch-event.h +++ b/dali/public-api/events/touch-event.h @@ -2,7 +2,7 @@ #define __DALI_TOUCH_EVENT_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ namespace Dali * touched or the points where a touch has stopped. * @SINCE_1_0.0 */ -struct DALI_IMPORT_API TouchEvent +struct DALI_CORE_API TouchEvent { // Construction & Destruction @@ -90,7 +90,7 @@ struct DALI_IMPORT_API TouchEvent * @SINCE_1_0.0 * @return Total number of Points */ - unsigned int GetPointCount() const DALI_DEPRECATED_API; + uint32_t GetPointCount() const DALI_DEPRECATED_API; /** * @DEPRECATED_1_1.37 @@ -104,7 +104,7 @@ struct DALI_IMPORT_API TouchEvent * @note "point" should be less than the value returned by GetPointCount(). * If out of range, then program asserts. */ - const TouchPoint& GetPoint(unsigned int point) const DALI_DEPRECATED_API; + const TouchPoint& GetPoint( uint32_t point ) const DALI_DEPRECATED_API; }; /**