]> git.tdb.fi Git - libs/gui.git/commit
Android support
authorMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 15:30:32 +0000 (18:30 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 16:12:37 +0000 (19:12 +0300)
commita0584001d28ae224e0065c3c11b09d7965e78963
tree5aaab94cc4ca6b2789affcba425c458028ea75f0
parent0c9df2a54cd38ba14ffc651bc96914614a08db46
Android support

Everything should work to some degree at least, though some details are
still missing.
Build
source/graphics/android/display.cpp [new file with mode: 0644]
source/graphics/android/display_platform.h [new file with mode: 0644]
source/graphics/android/window.cpp [new file with mode: 0644]
source/graphics/android/window_platform.h [new file with mode: 0644]
source/graphics/egl_android/glcontext.cpp [new file with mode: 0644]
source/input/android/keyboard.cpp [new file with mode: 0644]
source/input/android/keys.cpp [new file with mode: 0644]
source/input/android/mouse.cpp [new file with mode: 0644]