[NUI][AT-SPI] Introduce AtspiEvents
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 10 Mar 2022 15:22:48 +0000 (00:22 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 20 Apr 2022 08:38:08 +0000 (17:38 +0900)
commitb4f698055967497d07d226b9d02b702a1cc7659f
treee8f7bbac74809c0e8337472a5a7697bfa247dfaf
parentceecbceb64532a042d6b253ce63bc999d3ba183a
[NUI][AT-SPI] Introduce AtspiEvents

The AtspiEvents can be used for the event mask to suppress
specific event.

This is the second version to provide AtspiEvents.
The first version is
https://github.com/Samsung/TizenFX/pull/4019

Dependency:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/272794/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/272184/
src/Tizen.NUI.Components/Controls/Picker.cs
src/Tizen.NUI/src/internal/Interop/Interop.ControlDevel.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityEnum.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AtspiSample.cs [new file with mode: 0755]