mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties
This commit is contained in:
@ -61,7 +61,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
public new readonly TObject HitObject;
|
||||
|
||||
public override bool HandleInput => Interactive;
|
||||
public override bool HandleKeyboardInput => Interactive;
|
||||
public override bool HandleMouseInput => Interactive;
|
||||
public bool Interactive = true;
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user