[NUI] Add input source type to Gesture.
authorjoogab.yun <joogab.yun@samsung.com>
Wed, 26 Oct 2022 01:57:10 +0000 (10:57 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 2 Nov 2022 09:06:47 +0000 (18:06 +0900)
commitddab1e3d7671126296986d654b29c12c09eccc6f
treed7cd380e323ae033c62be2913c2f12556173f4be
parentde80d0a07edfe60d18108b7855b6442a77e85bb2
[NUI] Add input source type to Gesture.

This is similar to MouseButton in TouchEvent.
Now, you can see from which input the gesture was made.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/283368/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283369/
src/Tizen.NUI/src/internal/Interop/Interop.Gesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGesture.cs
src/Tizen.NUI/src/public/Events/Gesture.cs
src/Tizen.NUI/src/public/Events/TapGesture.cs