[NUI] Change the type of Consumed property for GestureInfo (#3121)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 2 Jun 2021 03:28:21 +0000 (12:28 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Jun 2021 05:35:32 +0000 (14:35 +0900)
commit9a8e29f722f4a6900eb26781700b4ec1ea6ad85c
tree8c349aa631609c07bb9bcb82dec2417cfbce7a72
parent3662b9306abd417848c3538b9d5255536af23c2d
[NUI] Change the type of Consumed property for GestureInfo (#3121)

- In dali, the property is originally bool type.
- So. `Consumed` property should be bool value, just same as dali.
 Changed the type and its binding.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/Accessibility/AccessibilityDoGestureSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.DoGestureSignal.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityEvent.cs