mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
InputManager -> Container where KeyBindings are involved
This commit is contained in:
@ -212,10 +212,10 @@ namespace osu.Game
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
GlobalKeyBindingInputManager globalBinding;
|
||||
GlobalKeyBindingContainer globalBinding;
|
||||
|
||||
CursorOverrideContainer = new CursorOverrideContainer { RelativeSizeAxes = Axes.Both };
|
||||
CursorOverrideContainer.Child = globalBinding = new GlobalKeyBindingInputManager(this)
|
||||
CursorOverrideContainer.Child = globalBinding = new GlobalKeyBindingContainer(this)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = content = new OsuTooltipContainer(CursorOverrideContainer.Cursor) { RelativeSizeAxes = Axes.Both }
|
||||
|
Reference in New Issue
Block a user