From: Agnelo Vaz Date: Fri, 16 Aug 2019 12:56:09 +0000 (+0100) Subject: Documentation update for SCREEN_POSITION X-Git-Tag: dali_1.4.34~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F212193%2F2;p=platform%2Fcore%2Fuifw%2Fdali-core.git Documentation update for SCREEN_POSITION Change-Id: I671eb0fe48c672e99af6ac520b2c4072cfa026db --- diff --git a/dali/devel-api/actors/actor-devel.h b/dali/devel-api/actors/actor-devel.h index 0378efd..f5fe5d3 100644 --- a/dali/devel-api/actors/actor-devel.h +++ b/dali/devel-api/actors/actor-devel.h @@ -2,7 +2,7 @@ #define DALI_ACTOR_DEVEL_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -108,6 +108,7 @@ enum Type * @brief Returns the screen position of the Actor * @details Name "screenPosition", type Property::VECTOR2. Read-only * @note This assumes default camera and default render-task and the Z position is ZERO. + * @note The last known frame is used for the calculation. May not match a position value just set. */ SCREEN_POSITION = INHERIT_LAYOUT_DIRECTION + 3,