From 3ee2b68215d73eb2a519de775045601aae59fca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sat, 18 Mar 2017 12:00:31 +0100 Subject: [PATCH] Hide the OS cursor in OsuGameBase --- osu-framework | 2 +- osu.Game/OsuGameBase.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/osu-framework b/osu-framework index 169cb6485e..40a23b9921 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 169cb6485e7ae740a71cbcb7d0d9d08052eb8848 +Subproject commit 40a23b992159327b1d044bdd05b4feb13ff55a3e diff --git a/osu.Game/OsuGameBase.cs b/osu.Game/OsuGameBase.cs index f454956de7..299c47ce8a 100644 --- a/osu.Game/OsuGameBase.cs +++ b/osu.Game/OsuGameBase.cs @@ -132,6 +132,8 @@ namespace osu.Game { base.LoadComplete(); + Host.Window.CursorState = CursorState.Hidden; + AddInternal(ratioContainer = new RatioAdjust { Children = new[]