Wrapper class for elm_window object 83/135283/11
authorLukasz Wlazly <l.wlazly@partner.samsung.com>
Tue, 20 Jun 2017 08:43:48 +0000 (10:43 +0200)
committerLukasz Oleksak <l.oleksak@samsung.com>
Thu, 22 Jun 2017 11:24:43 +0000 (11:24 +0000)
commit1a6f8c89b02b24123e4d4a69aab5665d0d8ca1aa
tree82308879786f6c4f5fb1fd382c659a9d0a7448f0
parentd3bd5e909858fef3baf971c58c8807e9933772db
Wrapper class for elm_window object

Provided class is singleton with lazy initialization.
It can catch all gestures or pass them to the application below

Change-Id: Ic8bd7ca899b8f557a0d03db2ab0e7f1d7e1d5d09
CMakeLists.txt
org.tizen.universal-switch.xml
packaging/org.tizen.universal-switch.spec
src/CMakeLists.txt
src/Window.cpp [new file with mode: 0644]
src/Window.hpp [new file with mode: 0644]
src/universalswitch.cpp