ivi-layermanagement-examples: Add EGLWLInputEventExample example application
authorJames Thomas <james.thomas@codethink.co.uk>
Thu, 31 Jul 2014 08:55:55 +0000 (10:55 +0200)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Wed, 12 Nov 2014 23:34:04 +0000 (08:34 +0900)
commitc6b51f97b6f2581b4bf3ca6a1a2d80ea50664ec7
treea4ce550d69924425dc59aed6fc9c8aad70be5451
parent0bedf094232b9d5b7fb84fe1d3863e89fbbb1dd4
ivi-layermanagement-examples: Add EGLWLInputEventExample example application

Signed-off-by: James Thomas <james.thomas@codethink.co.uk>
16 files changed:
ivi-layermanagement-examples/CMakeLists.txt
ivi-layermanagement-examples/EGLWLInputEventExample/CMakeLists.txt [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WLContext.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WLEGLSurface.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WLEyes.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WLEyesRenderer.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WLSurface.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/WaylandServerinfoClientProtocol.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/include/transform.h [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WLContext.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WLEGLSurface.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WLEyes.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WLEyesRenderer.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WLSurface.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/WaylandServerinfoProtocol.cpp [new file with mode: 0644]
ivi-layermanagement-examples/EGLWLInputEventExample/src/main.cpp [new file with mode: 0644]