mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12: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 HandleNonPositionalInput => AllowSelection;
|
||||||
public override bool HandlePositionalInput => AllowSelection;
|
public override bool HandlePositionalInput => AllowSelection;
|
||||||
|
|
||||||
|
protected override bool ConfinePositionalInput => true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether carousel items have completed asynchronously loaded.
|
/// Whether carousel items have completed asynchronously loaded.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user