Adding x and y co-ordinate in tap event 50/169550/2
authorAmit Agrawal <a.agrawal@samsung.com>
Wed, 7 Feb 2018 09:25:57 +0000 (14:55 +0530)
committerGwanglim 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

index 123b75a1bfde41e5c2466d41a1ad735cd7f05d26..0a65400038aba6de13475ee82fbb18d405fa9068 100644 (file)
@@ -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