[NUI] Add WindowMouseInOutEvent (#5242)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Thu, 4 May 2023 01:56:27 +0000 (10:56 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 May 2023 10:12:20 +0000 (19:12 +0900)
commit9cfc2e26ff4e814f7027472c7acb925110e6e058
treef88bcab13f2d776bf6053099c73764dd5f65bb99
parent25f2a9dd7f910ca5ca6303ffed1060afb59d5e4e
[NUI] Add WindowMouseInOutEvent (#5242)

MouseInOutEvent is used when the mouse enters or exits a window

refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/292271/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/292272/
src/Tizen.NUI/src/internal/Interop/Interop.MouseInOut.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WindowMouseInOutEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Window/WindowMouseInOutEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Window/MouseInOut.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Window/WindowEvent.cs