properly detect whether we are in "fullscreen" (i.e. immersive) on Android

This commit is contained in:
fysx
2015-02-19 00:15:31 +01:00
parent 168357e1ad
commit c30e788393
4 changed files with 34 additions and 4 deletions
+4
View File
@@ -143,6 +143,10 @@ public class GameActivity extends SDLActivity {
};
}
public boolean getImmersiveMode () {
return immersiveActive;
}
public static String getGamePath() {
Log.d ("GameActivity", "called getGamePath(), game path = " + gamePath);
return gamePath;