ecore-wl2: Add TODO note for handling mouse wheel event

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-10 13:44:01 -04:00
parent b6cc9cac24
commit 212e843310
1 changed files with 2 additions and 0 deletions

View File

@ -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 =