edje_callbacks: Add mouse,pressed,in/out signal. 26/83526/1
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 11 Aug 2016 11:02:26 +0000 (20:02 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Thu, 11 Aug 2016 11:04:03 +0000 (20:04 +0900)
commitbbddaf7687edd69d6cfdf69f13b2d793fb61b93b
treed2c999b48f2187af808e27c67ad9d5f6acc97b61
parenteee106dce285235cdc95dd84a0aed37969fac425
edje_callbacks: Add mouse,pressed,in/out signal.

Summary:
The mouse,in/out signal has missing parts to use.

When user send down event on specific object, then move
cursor to outside of object.
the mouse,in signal must be called in case. but it's
not in traditional implement.

So i added this signal for support above use case.
In order to satisfy above use case, user can
add both of the signals(mouse,in
mouse,pressed,in).
(Adding new name of signals to do not break
 compatibility with before implements.)

@feature

Test Plan:
Add mouse,pressed,in/out
program to object.
Press object which added
signals before.
Move mouse cursor to
out of object, then
check the program
works.

Reviewers: Hermet,
    cedric, raster

    Subscribers:
    cedric

    Differential
    Revision:
https://phab.enlightenment.org/D2992

Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: I720160834f12c1154e6222122cb13fa62a65b24d
src/lib/edje/edje_callbacks.c