Confine positional input

This commit is contained in:
David Zhao 2019-07-25 17:36:13 +09:00
parent 97eb5293a8
commit a9f0dda9d7
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ public class BeatmapCarousel : OsuScrollContainer
public override bool HandleNonPositionalInput => AllowSelection;
public override bool HandlePositionalInput => AllowSelection;
protected override bool ConfinePositionalInput => true;
/// <summary>
/// Whether carousel items have completed asynchronously loaded.
/// </summary>