Adjust usage of Handle(Non)PositionalInput to follow framework update

This commit is contained in:
ekrctb
2018-10-02 14:41:18 +09:00
parent b7a2ad1aa5
commit 68980fc477
15 changed files with 22 additions and 36 deletions

View File

@ -12,6 +12,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
{
public class CirclePiece : Container, IKeyBindingHandler<OsuAction>
{
// IsHovered is used
public override bool HandlePositionalInput => true;
public Func<bool> Hit;
public CirclePiece()