Add ability to seek replays/auto with arrow keys

This commit is contained in:
Joehu 2020-07-14 20:18:47 -07:00
parent c49ce65326
commit ecbd8067e9
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ public double CurrentTime
set => CurrentNumber.Value = value;
}
protected override bool AllowKeyboardInputWhenNotHovered => true;
public SongProgressBar(float barHeight, float handleBarHeight, Vector2 handleSize)
{
CurrentNumber.MinValue = 0;