evas events: Properly signal to clients which values are set
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 29 Aug 2016 08:04:31 +0000 (17:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 30 Aug 2016 06:13:40 +0000 (15:13 +0900)
commit2edf50cb10f6ce5e6fc8b04492413c41678e7d85
tree1a73fb0d7553816201cedd3861e99138db8c57ac
parent68be4f49ed924977ae72d1d109fb553cdcfc8001
evas events: Properly signal to clients which values are set

Since pointer events are all the same thing, users may not know
what values are valid for what kind of event. Eventually we
want to expose more information, but we also need a way to inform
the caller about the validity of the values we get.
src/lib/efl/interfaces/efl_common_internal.h
src/lib/evas/canvas/efl_input_pointer.c
src/lib/evas/canvas/evas_events.c