Use delta value for the "Drag & drop" gesture 48/153848/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 20 Sep 2017 12:00:25 +0000 (21:00 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 30 Sep 2017 08:58:26 +0000 (17:58 +0900)
commit124819f8d1be2a187f3e7d022d70ea0dc87bfba2
tree404aad71d4f497aaf9b7f546045d61081352ca0d
parent2f4eb7e717ad58b67993581264582e07dcf209ec
Use delta value for the "Drag & drop" gesture

If there is a highlighted object, the "Drag & drop" gesture uses the geometry
value of the highlighted object.
But the geometry value was used only for 'mouse button down' event,
and was not used for 'move' event.
So we are using delta value which is difference between highlighted object
geometry value and 1 finger touch point on the screen for the "Drag & drop"
gesture.

Change-Id: Icfa9879850c58e941799e97fcef74149f53404b7
src/e_screen_reader_gestures.c