Android render loop (wip) example base class (#97)
This commit is contained in:
parent
87fd1be105
commit
c21d769b7f
2 changed files with 30 additions and 1 deletions
|
|
@ -157,6 +157,7 @@ public:
|
|||
HINSTANCE windowInstance;
|
||||
#elif defined(__ANDROID__)
|
||||
android_app* androidApp;
|
||||
bool animating = true;
|
||||
#elif defined(__linux__)
|
||||
struct {
|
||||
bool left = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue