(Touch) Emit Up to down consumer (if different from current consumer) 91/24091/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 27 Jun 2014 12:24:19 +0000 (21:24 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 13:19:39 +0000 (14:19 +0100)
commit39fb4c9e641ca3295a806f893c71202175ff2729
treec1eca3bb3521e650a3b1e2e84b0b37b606be98ae
parent4b4e29a537b67f1ed8015215413e1cb974939fbf
(Touch) Emit Up to down consumer (if different from current consumer)

[problem]     Actor receiving touch-down may never receive touch-up and it cannot rely on leave.
[cause]       Can be moved away and another actor may be hit.
[solution]    Emit an Interrupted event to the touch-down actor if it's not the current one
              consumed.

Change-Id: Icb59c3434eac12cffebf4d58dff9a2310764099b
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
dali/internal/event/events/touch-event-processor.cpp
dali/internal/event/events/touch-event-processor.h