X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fwindow-devel.h;h=bb066c3e62c3131e4f89615961ce49306e2f191d;hb=2d57cdc4092bbb9c8935c4196bde26a95e69e6a1;hp=199dea2010ba867e50f660ee0fc4b06d79bb88cb;hpb=3d8da1535c5c25188ab3ccd6abbafd225fc04ebc;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/window-devel.h b/dali/devel-api/adaptor-framework/window-devel.h index 199dea2..bb066c3 100644 --- a/dali/devel-api/adaptor-framework/window-devel.h +++ b/dali/devel-api/adaptor-framework/window-devel.h @@ -392,6 +392,15 @@ DALI_ADAPTOR_API void SetNeedsRotationCompletedAcknowledgement(Window window, bo */ DALI_ADAPTOR_API void SendRotationCompletedAcknowledgement(Window window); +/** + * @brief Query whether window is rotating or not. + * + * @param[in] window The window instance. + * @return true if window is rotating, false otherwise. + */ +DALI_ADAPTOR_API bool IsWindowRotating(Window window); + + } // namespace DevelWindow } // namespace Dali