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:
dafd518
)
e_gesture: adding x and y coordinate in tap event
56/187956/1
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Thu, 30 Aug 2018 04:05:27 +0000
(13:05 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Thu, 30 Aug 2018 04:05:27 +0000
(13:05 +0900)
Change-Id: I3948887ffa5b7533a43b72f91748a7c634b61e5b
src/bin/e_gesture.h
patch
|
blob
|
history
diff --git
a/src/bin/e_gesture.h
b/src/bin/e_gesture.h
index 123b75a1bfde41e5c2466d41a1ad735cd7f05d26..1520a7ce37ed183c0e148a534215a86c89027d85 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