We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c85f4 commit 9572536Copy full SHA for 9572536
osu.Framework.Android/AndroidGameWindow.cs
@@ -2,7 +2,6 @@
2
// See the LICENCE file in the repository root for full licence text.
3
4
using System;
5
-using osu.Framework.Bindables;
6
using osu.Framework.Platform;
7
using osu.Framework.Platform.SDL3;
8
@@ -22,10 +21,6 @@ public override void Create()
22
21
base.Create();
23
24
SafeAreaPadding.BindTo(AndroidGameActivity.Surface.SafeAreaPadding);
25
-
26
- // Android SDL doesn't receive these events at start, so it never receives focus until it comes back from background
27
- ((BindableBool)CursorInWindow).Value = true;
28
- Focused = true;
29
}
30
31
0 commit comments