1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 18:32:56 +08:00

Allow interacting with the carousel anywhere in empty space at song select

This commit is contained in:
Dean Herbert 2023-10-20 20:04:11 +09:00
parent 3c3b0a15a6
commit 137a1d948d
No known key found for this signature in database

View File

@ -1197,6 +1197,8 @@ namespace osu.Game.Screens.Select
{
private bool rightMouseScrollBlocked;
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
public CarouselScrollContainer()
{
// size is determined by the carousel itself, due to not all content necessarily being loaded.