Add key grab/ungrab interfaces for Tizen 52/38252/9
authorYoonsang Lee <ysang114.lee@samsung.com>
Mon, 27 Apr 2015 10:33:06 +0000 (19:33 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 12 May 2015 14:42:44 +0000 (23:42 +0900)
commit03cb56098f199af27ae1bde7940fdaf0b1359e62
tree0b68f3cbc3b5cec8545f44ca63d83313e0ad9f54
parent6bd81d2722a09836d3ea0fad6acb5ab3bf2764ab
Add key grab/ungrab interfaces for Tizen

The key grab feature is designed for following example scenarios:
- TV : A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
- Mobile : When a user presses Home key, the homescreen appears regardless of current foreground app.

Change-Id: I152a5068d513d4b6dca748887da199a1c7516f6d
12 files changed:
adaptors/common/key-impl.h
adaptors/public-api/adaptor-framework/window.h
adaptors/tv/tv-key-impl.cpp
adaptors/ubuntu/key-impl-ubuntu.cpp
adaptors/wayland/key-impl-wl.cpp
adaptors/x11/file.list
adaptors/x11/key-grab-x.cpp [new file with mode: 0644]
adaptors/x11/key-grab.h [new file with mode: 0644]
adaptors/x11/key-impl-x.cpp
adaptors/x11/window-extensions.h
build/tizen/adaptor/Makefile.am
build/tizen/configure.ac