[Fix] User can access US menu via touch display. 85/166085/8
authorPawel Kurowski <p.kurowski2@samsung.com>
Fri, 5 Jan 2018 19:38:56 +0000 (20:38 +0100)
committerLukasz Oleksak <l.oleksak@samsung.com>
Thu, 1 Feb 2018 10:41:29 +0000 (10:41 +0000)
commitd4d23139071e2e509fe50e54de290527f2de0513
tree5c1ae6f437904cb40d95a7aad4b4d32f276cd432
parentbc8e36674fa0e88bb062a746b3f1a1e6c6c673fb
[Fix] User can access US menu via touch display.

Small inconvenience connected to this solution:
gestures must be added by timer (the choice of delay is irrelevant)

With timer, function will be queued in main loop,
and executed later than change of input region,
allowing gesture to be passed to application below Universal Switch.

Change-Id: Ib774e65fc85bbc949b6b1c1c74a8a0adca4cd77d
src/GestureActivity.cpp
src/SelectActivity.cpp
src/Window.cpp
src/Window.hpp