1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 06:20:02 +08:00

Hide the OS cursor in OsuGameBase

This commit is contained in:
Thomas Müller
2017-03-18 12:00:31 +01:00
Unverified
parent 33d70b9bbc
commit 3ee2b68215
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -132,6 +132,8 @@ namespace osu.Game
{
base.LoadComplete();
Host.Window.CursorState = CursorState.Hidden;
AddInternal(ratioContainer = new RatioAdjust
{
Children = new[]