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:
parent
416356492b
commit
46c6c1d07e
@ -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…
x
Reference in New Issue
Block a user