mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove handle overrides
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user