[NUI] Add api about RelativeMove
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 8 Aug 2023 06:54:00 +0000 (15:54 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 16 Aug 2023 12:04:45 +0000 (21:04 +0900)
commitddacfd5402fc3431836212b0c9909ae04ccf43d8
tree073a55be831af2d842197fadab82f6254e61eb2b
parent8024def7eb53ab6c88704ac719a607ff7ab7f396
[NUI] Add api about RelativeMove
1. PointerConstraintsLock
2. PointerConstraintsUnlock
3. LockedPointerRegionSet
4. LockedPointerCursorPositionHintSet
5. RelativeMoveEvent

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