Android render loop (wip) example base class (#97)

This commit is contained in:
saschawillems 2016-03-20 20:04:27 +01:00
parent 87fd1be105
commit c21d769b7f
2 changed files with 30 additions and 1 deletions

View file

@ -157,6 +157,7 @@ public:
HINSTANCE windowInstance;
#elif defined(__ANDROID__)
android_app* androidApp;
bool animating = true;
#elif defined(__linux__)
struct {
bool left = false;