mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 22:42:57 +08:00
Confine positional input
This commit is contained in:
parent
97eb5293a8
commit
a9f0dda9d7
@ -53,6 +53,8 @@ namespace osu.Game.Screens.Select
|
||||
public override bool HandleNonPositionalInput => AllowSelection;
|
||||
public override bool HandlePositionalInput => AllowSelection;
|
||||
|
||||
protected override bool ConfinePositionalInput => true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether carousel items have completed asynchronously loaded.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user