projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aab4f2
)
Adding x and y co-ordinate in tap event
50/169550/2
author
Amit Agrawal
<a.agrawal@samsung.com>
Wed, 7 Feb 2018 09:25:57 +0000
(14:55 +0530)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 9 Feb 2018 07:32:05 +0000
(07:32 +0000)
Change-Id: Icdae3098005306d7416326fc6595558d2f481340
Signed-off-by: Amit Agrawal <a.agrawal@samsung.com>
src/bin/e_gesture.h
patch
|
blob
|
history
diff --git
a/src/bin/e_gesture.h
b/src/bin/e_gesture.h
index 123b75a1bfde41e5c2466d41a1ad735cd7f05d26..0a65400038aba6de13475ee82fbb18d405fa9068 100644
(file)
--- a/
src/bin/e_gesture.h
+++ b/
src/bin/e_gesture.h
@@
-85,6
+85,8
@@
struct _E_Event_Gesture_Tap
E_Gesture_Mode mode;
unsigned int fingers;
unsigned int repeats;
+ int cx;
+ int cy:
};
struct _E_Event_Gesture_Palm_Cover