(TapGesture) Process evens immediately in timer callback 87/30087/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 10 Nov 2014 10:12:41 +0000 (10:12 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 10 Nov 2014 10:23:07 +0000 (10:23 +0000)
commitf5e4160509375d164a669d552d4e03c38d602cb9
treeb06bc88727a50592f6334232c068e0d07a31d34c
parent92fca5cbedf82423641b0a6f48f52f14c3c2fff6
(TapGesture) Process evens immediately in timer callback

[problem]  Sometimes, the tap-gesture is delayed.
[cause]    Using timers when multiple taps are required. In the timer callback we did not process
           the events.
[solution] Process the event after queuing.

Change-Id: I3b6616d79115b01da9c915f83850970f19385c4f
adaptors/common/events/tap-gesture-detector.cpp