LayerManagerExamples: Input event sample for wayland x11 backend
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Wed, 19 Sep 2012 02:42:11 +0000 (11:42 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 10:01:27 +0000 (02:01 -0800)
commit0aa363a0151421f595f9b944c5f03c2473bd529d
tree552bebb07594fb351b77ef9e7a9b8fa7efd76aa5
parentff335cf6aaee564a43594b5b711c327b0bfb3f7f
LayerManagerExamples: Input event sample for wayland x11 backend

-EGLWLInputEventEample: tracing pointer event by eyes
16 files changed:
CMakeLists.txt
LayerManagerExamples/EGLWLInputEventExample/CMakeLists.txt [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WLContext.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WLEGLSurface.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WLEyes.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WLEyesRenderer.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WLSurface.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/WaylandServerinfoClientProtocol.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/include/transform.h [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WLContext.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WLEGLSurface.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WLEyes.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WLEyesRenderer.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WLSurface.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/WaylandServerinfoProtocol.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLInputEventExample/src/main.cpp [new file with mode: 0644]