Use a better method of cancelling user scroll

This commit is contained in:
Dean Herbert
2021-02-02 15:44:03 +09:00
parent 398ab9c2c2
commit bb0753f68d
2 changed files with 10 additions and 4 deletions

View File

@ -25,6 +25,8 @@ namespace osu.Game.Graphics.Containers
/// </summary>
public bool UserScrolling { get; private set; }
public void CancelUserScroll() => UserScrolling = false;
public UserTrackingScrollContainer()
{
}