[NUI] Supports new native window position data type.
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 01:18:14 +0000 (10:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 4 Oct 2022 11:26:36 +0000 (20:26 +0900)
commit0b2ed36f5882d3ae9ef079529c7529ea1d264892
tree513814faf17ef8105df4e315202b0b319e814b27
parentff3d94591cdf95cc37c4b30f7672b54a0c18c5fb
[NUI] Supports new native window position data type.

Previous native window data type can not support negative window coordinates.
New native window position data type support that.
src/Tizen.NUI/src/internal/Interop/Interop.WindowIntPair.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Window/WindowIntPair.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Window/WindowMovedSignal.cs
src/Tizen.NUI/src/public/Window/Window.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/BorderWindowTest.cs