1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Don't handle non-positional input

This commit is contained in:
Dean Herbert 2020-02-21 16:31:16 +09:00
parent 7d145a7470
commit e7ac37715f

View File

@ -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)