mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Don't handle non-positional input
This commit is contained in:
@ -35,6 +35,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
MainContents.RelativeSizeAxes = Axes.None;
|
MainContents.RelativeSizeAxes = Axes.None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override bool HandleNonPositionalInput => false;
|
||||||
|
|
||||||
protected override bool Handle(UIEvent e)
|
protected override bool Handle(UIEvent e)
|
||||||
{
|
{
|
||||||
switch (e)
|
switch (e)
|
||||||
|
Reference in New Issue
Block a user