mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'master' into return_to_large_logo_after_idle
This commit is contained in:
@ -164,8 +164,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private ButtonSystemState state = ButtonSystemState.Initial;
|
||||
|
||||
public override bool HandleKeyboardInput => state != ButtonSystemState.Exit;
|
||||
public override bool HandleMouseInput => state != ButtonSystemState.Exit;
|
||||
public override bool HandleNonPositionalInput => state != ButtonSystemState.Exit;
|
||||
public override bool HandlePositionalInput => state != ButtonSystemState.Exit;
|
||||
|
||||
public ButtonSystemState State
|
||||
{
|
||||
|
Reference in New Issue
Block a user