mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 08:40:00 +08:00
Group input handling members together
This commit is contained in:
@@ -36,8 +36,8 @@ namespace osu.Game.Screens.Play.HUD
|
||||
}
|
||||
|
||||
public void AddRange(IEnumerable<InputTrigger> inputTriggers) => inputTriggers.ForEach(Add);
|
||||
public override bool HandleNonPositionalInput => true;
|
||||
|
||||
public override bool HandleNonPositionalInput => true;
|
||||
public override bool HandlePositionalInput => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user