From df1032676ab8cf9e2e941619a37264b59663afd7 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 10 Sep 2015 13:44:01 -0400 Subject: [PATCH] ecore-wl2: Add TODO note for handling mouse wheel event Signed-off-by: Chris Michael --- 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 a5b4ef628c..cbee54ec78 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 =