evas: Fix mouse inputs when also listening to multi
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 17 Aug 2016 04:08:03 +0000 (13:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 17 Aug 2016 04:13:23 +0000 (13:13 +0900)
commit6d6e41c5c9bf1f19ff3ad14fa4acebb283deaea7
treeb4c7a2deb4f8535487219adfcb6ad39670f0e2ce
parentb3dd735be7dade0d7168a9fcb686dc1bc69e5882
evas: Fix mouse inputs when also listening to multi

Since the new event type is the same for multi and single
touch (finger id is the only difference), multi touch listeners
would get triggered even for single mouse events.

Fixes https://phab.enlightenment.org/T4345
Fixes https://phab.enlightenment.org/T4378

This raises a question though: How do we want to differentiate
between single & multi touch events in the eo interfaces?
src/lib/evas/canvas/evas_callbacks.c
src/lib/evas/canvas/evas_events_legacy.c
src/lib/evas/include/evas_private.h