1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 12:47:44 +08:00

Allow drag clicking footer and filter on song select

This commit is contained in:
Joehu 2018-05-20 20:25:39 -07:00
parent 416356492b
commit 46c6c1d07e
2 changed files with 0 additions and 4 deletions

View File

@ -190,7 +190,5 @@ namespace osu.Game.Screens.Select
protected override bool OnMouseMove(InputState state) => true;
protected override bool OnClick(InputState state) => true;
protected override bool OnDragStart(InputState state) => true;
}
}

View File

@ -141,7 +141,5 @@ namespace osu.Game.Screens.Select
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => true;
protected override bool OnClick(InputState state) => true;
protected override bool OnDragStart(InputState state) => true;
}
}