mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Clean up implementation
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Tests.Visual
|
||||
InputManager = new ManualInputManager
|
||||
{
|
||||
UseParentInput = true,
|
||||
Child = new GlobalActionContainer(null)
|
||||
Child = new GlobalActionContainer(null, null)
|
||||
.WithChild((cursorContainer = new MenuCursorContainer { RelativeSizeAxes = Axes.Both })
|
||||
.WithChild(content = new OsuTooltipContainer(cursorContainer.Cursor) { RelativeSizeAxes = Axes.Both }))
|
||||
},
|
||||
|
Reference in New Issue
Block a user