1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Android: Implement Autohiding button bars to cleanup screen

This commit is contained in:
Sapier
2015-12-13 23:00:05 +01:00
committed by Sapier
parent bde6194638
commit 06632205d8
7 changed files with 500 additions and 129 deletions

View File

@@ -108,7 +108,7 @@ public:
this->remove();
#ifdef HAVE_TOUCHSCREENGUI
if (g_touchscreengui)
g_touchscreengui->Show();
g_touchscreengui->show();
#endif
}