Add navigation helper functions for screen-reader and friends 06/117306/24
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Fri, 3 Mar 2017 15:29:55 +0000 (16:29 +0100)
committerRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Wed, 14 Jun 2017 09:58:46 +0000 (11:58 +0200)
commit52388047fd8e44f2a5046fa6c49ad0fa58b22494
tree92c840e3792024757d004707eb63d242fb86b0a9
parent6cd5be53c9346ae912f3824eaeab8ce67e6fd3ee
Add navigation helper functions for screen-reader and friends

This patch adds GetNavigableAtPoint accessibility interface - the function finds accessibility object at given coordinates.
This massively (10-15 times) reduce amount of IPC calls (and time spent) in typical screen-reader scenario.

Change-Id: Iff5820e280bef64414d0f07e9e2d5927a29bae4d
src/lib/elm_atspi_bridge.c