WindowSystems: input event handler and input device of Wayland Input handling for...
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Wed, 19 Sep 2012 02:35:48 +0000 (11:35 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 10:01:27 +0000 (02:01 -0800)
commitff335cf6aaee564a43594b5b711c327b0bfb3f7f
tree7fb376643bfbbbdff449cd2a007d69674c38683c
parent4c3ee5a86fa7fa2911037e2d4529ed68e1ebc816
WindowSystems: input event handler and input device of Wayland Input handling for x11 backend

-WaylandInputDevice: provide pointer and keyboard events to WaylandWindowSystem
-WaylandX11InputDevice: Inherits WaylandInputDevice and handle input event by xcb
-WaylandInputEvent: Receive local event from WaylandWindowSysmte and send  input event via wayland protocol
LayerManagerPlugins/Renderers/Graphic/CMakeLists.txt
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandInputDevice.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandInputEvent.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandX11InputEvent.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandInputDevice.cpp [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandInputEvent.cpp [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandX11InputEvent.cpp [new file with mode: 0644]
cmake/modules/FindWayland.cmake