X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fecore-wl2%2Fwindow-base-ecore-wl2.h;h=0d23f71bc05cbe49f570521fa3ca9a6e50dad5ed;hb=08aad7c8096c90db7e8d4fd4a443c516e5fedca1;hp=ee2ed72e25dba963bf843b64c00716b9c4008042;hpb=4d4b16ad171b328379d0b8092c7b2989db727b3f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h index ee2ed72..0d23f71 100644 --- a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h +++ b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_BASE_ECORE_WL2_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -116,6 +116,11 @@ public: void OnMouseWheel(void* data, int type, void* event); /** + * @brief Called when a mouse in or out is received. + */ + void OnMouseInOut(void* data, int type, void* event, Dali::DevelWindow::MouseInOutEvent::Type action); + + /** * @brief Called when a detent rotation event is recevied. */ void OnDetentRotation(void* data, int type, void* event); @@ -273,7 +278,7 @@ public: */ void MoveResize(PositionSize positionSize) override; - /** + /** * @copydoc Dali::Internal::Adaptor::WindowBase::SetLayout() */ void SetLayout(unsigned int numCols, unsigned int numRows, unsigned int column, unsigned int row, unsigned int colSpan, unsigned int rowSpan) override; @@ -577,7 +582,6 @@ private: */ PositionSize RecalculatePositionSizeToCurrentOrientation(PositionSize positionSize); - /** * @brief Return the rect value to recalulate with the default system coordinates. *