mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 09:42:54 +08:00
Remove handle overrides
This commit is contained in:
parent
d1b01095ee
commit
7db9bd798c
@ -43,10 +43,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
/// </summary>
|
||||
public bool HandleUserInput { get; set; } = true;
|
||||
|
||||
public override bool HandlePositionalInput => HandleUserInput;
|
||||
|
||||
public override bool HandleNonPositionalInput => HandleUserInput;
|
||||
|
||||
public override bool PropagatePositionalInputSubTree => HandleUserInput;
|
||||
|
||||
public override bool PropagateNonPositionalInputSubTree => HandleUserInput;
|
||||
|
Loading…
Reference in New Issue
Block a user