1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 03:19:55 +08:00

Merge pull request #2594 from Joehuu/drag-clicking

Allow drag clicking footer and filter on song select
This commit is contained in:
Dean Herbert
2018-05-21 13:33:39 +09:00
committed by GitHub
Unverified
2 changed files with 0 additions and 4 deletions
-2
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;
}
}
-2
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;
}
}