compile for Android, add initial TextInput support

This commit is contained in:
2017-03-25 08:35:09 +00:00
parent a2cb0ecafe
commit 0bc5e7aea9
9 changed files with 167 additions and 22 deletions

View File

@@ -27,6 +27,8 @@ add_library(
src/main/cpp/main.cpp
../engine/pch.cpp
../engine/util.cpp
../engine/rtt.cpp
../engine/bezier.cpp
../engine/asset.cpp
../engine/image.cpp
../engine/texture.cpp

View File

@@ -54,8 +54,6 @@ struct engine {
struct saved_state state;
};
Plane plane;
/**
* Initialize an EGL context for the current display.
*/