mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Don't handle non-positional input
This commit is contained in:
parent
7d145a7470
commit
e7ac37715f
@ -35,6 +35,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
MainContents.RelativeSizeAxes = Axes.None;
|
||||
}
|
||||
|
||||
public override bool HandleNonPositionalInput => false;
|
||||
|
||||
protected override bool Handle(UIEvent e)
|
||||
{
|
||||
switch (e)
|
||||
|
Loading…
Reference in New Issue
Block a user