[NUI.WindowSystem] Introduce the new InputGesture feature
authorduna.oh <duna.oh@samsung.com>
Tue, 28 May 2024 07:53:06 +0000 (16:53 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 12 Jul 2024 07:31:14 +0000 (16:31 +0900)
commit9c69c9f25eec1b980393036b05bc2ca746aa54f5
tree373e23c2df5a9d60f57d2f8dfaa74a9462941210
parent2d0909d238497312b6e84056a2b8231bd6d7e2db
[NUI.WindowSystem] Introduce the new InputGesture feature

supporting Edge Swipe, Edge Drag, Tap, and Palm Cover gestures
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.InputGesture.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/EdgeDragEventArgs.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/EdgeSwipeEventArgs.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/InputGesture.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/PalmCoverEventArgs.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/TapEventArgs.cs [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.InputGesture/Tizen.NUI.WindowSystem.InputGesture.cs [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.InputGesture/Tizen.NUI.WindowSystem.InputGesture.csproj [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.InputGesture/shared/res/Tizen.NUI.WindowSystem.InputGesture.png [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.InputGesture/tizen-manifest.xml [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.InputGesture/tizen_dotnet_project.yaml [new file with mode: 0644]