mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-android.git
synced 2025-03-26 07:59:26 +01:00
The orientation mode is now always reverse landscape
This commit is contained in:
parent
06eef445c3
commit
e640eaee2f
@ -12,7 +12,7 @@ namespace WindowsPhoneSpeedyBlupi
|
|||||||
Icon = "@drawable/icon",
|
Icon = "@drawable/icon",
|
||||||
AlwaysRetainTaskState = true,
|
AlwaysRetainTaskState = true,
|
||||||
LaunchMode = LaunchMode.SingleInstance,
|
LaunchMode = LaunchMode.SingleInstance,
|
||||||
ScreenOrientation = ScreenOrientation.FullUser,
|
ScreenOrientation = ScreenOrientation.ReverseLandscape,
|
||||||
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.ScreenSize
|
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.ScreenSize
|
||||||
)]
|
)]
|
||||||
public class Activity1 : AndroidGameActivity
|
public class Activity1 : AndroidGameActivity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user