win: Move pointer "xy" and "inside" to input interface
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 31 Aug 2016 05:24:14 +0000 (14:24 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 1 Sep 2016 02:57:43 +0000 (11:57 +0900)
commite61b7139ffba55504b653e14801d956eac180a63
treed140d9e338e460b4b15aae87244062d5ada882ad
parentb675571bd8247f5ce34bd28eb2339897c98e8591
win: Move pointer "xy" and "inside" to input interface

Those two properties aren't related to a "drawing" canvas
but to the current state of input.

Note: both Efl.Input.Pointer (pointer input event data) and
Efl.Input.Interface (common interface for input handling objects)
expose a pointer position API. Not sure what to do about that.
src/lib/efl/interfaces/efl_canvas.eo
src/lib/elementary/efl_ui_win.c
src/lib/elementary/efl_ui_win.eo
src/lib/evas/canvas/efl_input_interface.eo
src/lib/evas/canvas/efl_input_pointer.eo
src/lib/evas/canvas/efl_input_state.eo