Populate HandleInput automatically

This commit is contained in:
TocoToucan
2017-12-09 22:21:17 +03:00
parent 2fdf39586a
commit 219bdbc4e1
10 changed files with 1 additions and 20 deletions

View File

@ -159,8 +159,6 @@ namespace osu.Game.Overlays.Settings
public string TooltipText => "Revert to default";
public override bool HandleInput => true;
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => true;
protected override bool OnMouseUp(InputState state, MouseUpEventArgs args) => true;