Introduce the new InputGesture feature
authorduna.oh <duna.oh@samsung.com>
Tue, 28 May 2024 07:53:06 +0000 (16:53 +0900)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Tue, 12 Nov 2024 05:51:14 +0000 (14:51 +0900)
commit263875ee3fcd04902007e56d19ace1d1fc985bbe
treea5e02fada50caad01835b458753a869a0c985fdb
parent97bad7dc8a25a34805c8dc66ce4ee14db430ebb0
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]