Remove cmake flag WITH_INPUT_EVENTS
authorFrédéric Blain <frederic.blain@valeo.com>
Thu, 5 Jul 2012 15:38:59 +0000 (17:38 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Fri, 20 Jul 2012 07:07:16 +0000 (00:07 -0700)
commit01b83efc5920dded4edf4a978bbdd682d8a525eb
tree9713a30179f43bc61d13176bad79fe9a976c6144
parent3e1c156ad94e8973426994fbb10cb2d88a0633ba
Remove cmake flag WITH_INPUT_EVENTS

Input events are now activated permanently to LayerManager. This won't add any rutime overhead with the new Input frameworkt as long as the methods report[Key/Pointer/Touch] events are not called. Thus, no impact for people that do not wan't to use input events.
CMakeLists.txt
LayerManagerExamples/GLXApplicationExample/CMakeLists.txt
LayerManagerExamples/GLXApplicationExample/include/xevents.h
LayerManagerExamples/GLXApplicationExample/src/gl2application.cpp
LayerManagerExamples/GLXApplicationExample/src/glxX11_application.cpp
LayerManagerExamples/GLXApplicationExample/src/glx_helper.cpp
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp
README
config/res/config.h.cmake
toolchain.cmake