SDL: option to draw in the display cutout area that actually works
This commit is contained in:
@@ -91,7 +91,7 @@ class Globals
|
||||
public static boolean HorizontalOrientation = true;
|
||||
public static boolean AutoDetectOrientation = false;
|
||||
public static boolean ImmersiveMode = true;
|
||||
public static boolean DrawInDisplayCutout = true;
|
||||
public static boolean DrawInDisplayCutout = false;
|
||||
public static boolean HideSystemMousePointer = false;
|
||||
public static boolean DownloadToSdcard = true;
|
||||
public static boolean PhoneHasArrowKeys = false;
|
||||
|
||||
Reference in New Issue
Block a user