ecore/evas events: Use evas_event_input_mouse_move to report events.
authorRafael Antognolli <rafael.antognolli@intel.com>
Fri, 3 May 2013 19:00:18 +0000 (16:00 -0300)
committerRafael Antognolli <rafael.antognolli@intel.com>
Fri, 3 May 2013 19:45:33 +0000 (16:45 -0300)
commit4b9a80a0630e89f6eca2ee9430092038af87ac6f
tree64162ef1e97ecc66280dfc557e5eb6ba5000429d
parentf09e493bc2bb9fed67b2d6e2faa4f19142394191
ecore/evas events: Use evas_event_input_mouse_move to report events.

Ecore_Evas_Input should use this function to report mouse move events.
The previous used function should be used to refeed events, or to
artificially feed mouse move events to the canvas. Basically every other
feed_mouse_move use case that is not an event from the input system.
src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_input_evas/ecore_input_evas.c
src/lib/evas/canvas/evas_events.c