mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Android: Removed status bar.
This commit is contained in:
@@ -49,6 +49,11 @@ namespace entry
|
||||
m_app->userData = (void*)this;
|
||||
m_app->onAppCmd = onAppCmdCB;
|
||||
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" };
|
||||
m_mte.m_argc = 1;
|
||||
|
||||
Reference in New Issue
Block a user