mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 05:52:54 +08:00
Allow interacting with the carousel anywhere in empty space at song select
This commit is contained in:
parent
3c3b0a15a6
commit
137a1d948d
@ -1197,6 +1197,8 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
private bool rightMouseScrollBlocked;
|
private bool rightMouseScrollBlocked;
|
||||||
|
|
||||||
|
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
|
||||||
|
|
||||||
public CarouselScrollContainer()
|
public CarouselScrollContainer()
|
||||||
{
|
{
|
||||||
// size is determined by the carousel itself, due to not all content necessarily being loaded.
|
// size is determined by the carousel itself, due to not all content necessarily being loaded.
|
||||||
|
Loading…
Reference in New Issue
Block a user