Rowe Wilson Frederisk Holme

Results 22 issues of Rowe Wilson Frederisk Holme

In the Android project, the game's `Android.App.ActivityAttribute.ScreenOrientation` property, and the `RequestedOrientation` property in the `AndroidGameActivity.OnCreate` method, have no effect on screen orientation. Essentially, after debugging, I found that they actually...

platform:android

Through [this issue](https://github.com/ppy/osu-framework/issues/6576), we already know that when `SDL3Window` initializes, it reads the `SDL_HINT_ORIENTATIONS` instead of `RequestedOrientation`, which can cause problems. So, a possible solution is to use `SDL.SDL3.SDL_SetHint` to...

platform:android