devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=df1032676ab8cf9e2e941619a37264b59663afd7

commit df1032676ab8cf9e2e941619a37264b59663afd7
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Sep 10 13:44:01 2015 -0400

    ecore-wl2: Add TODO note for handling mouse wheel event
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_input.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c 
b/src/lib/ecore_wl2/ecore_wl2_input.c
index a5b4ef6..cbee54e 100644
--- a/src/lib/ecore_wl2/ecore_wl2_input.c
+++ b/src/lib/ecore_wl2/ecore_wl2_input.c
@@ -116,6 +116,8 @@ _pointer_cb_axis(void *data, struct wl_pointer *pointer 
EINA_UNUSED, unsigned in
 
    input = data;
    if (!input) return;
+
+   /* TODO: send mouse wheel event */
 }
 
 static const struct wl_pointer_listener _pointer_listener =

-- 


Reply via email to