mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 12:30:17 +08:00
Update framework with positional/non-positional changes
This commit is contained in:
@@ -160,8 +160,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