mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Android: Removed status bar.
This commit is contained in:
parent
7a829583ce
commit
3947174959
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ namespace entry
|
||||||
m_app->userData = (void*)this;
|
m_app->userData = (void*)this;
|
||||||
m_app->onAppCmd = onAppCmdCB;
|
m_app->onAppCmd = onAppCmdCB;
|
||||||
m_app->onInputEvent = onInputEventCB;
|
m_app->onInputEvent = onInputEventCB;
|
||||||
|
ANativeActivity_setWindowFlags(m_app->activity, 0
|
||||||
|
| AWINDOW_FLAG_FULLSCREEN
|
||||||
|
| AWINDOW_FLAG_KEEP_SCREEN_ON
|
||||||
|
, 0
|
||||||
|
);
|
||||||
|
|
||||||
const char* argv[1] = { "android.so" };
|
const char* argv[1] = { "android.so" };
|
||||||
m_mte.m_argc = 1;
|
m_mte.m_argc = 1;
|
||||||
|
|
Loading…
Reference in a new issue