mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Merge pull request #2594 from Joehuu/drag-clicking
Allow drag clicking footer and filter on song select
This commit is contained in:
commit
dc1027341d
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user