mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
Add ability to seek replays/auto with arrow keys
This commit is contained in:
parent
c49ce65326
commit
ecbd8067e9
@ -57,6 +57,8 @@ namespace osu.Game.Screens.Play
|
|||||||
set => CurrentNumber.Value = value;
|
set => CurrentNumber.Value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool AllowKeyboardInputWhenNotHovered => true;
|
||||||
|
|
||||||
public SongProgressBar(float barHeight, float handleBarHeight, Vector2 handleSize)
|
public SongProgressBar(float barHeight, float handleBarHeight, Vector2 handleSize)
|
||||||
{
|
{
|
||||||
CurrentNumber.MinValue = 0;
|
CurrentNumber.MinValue = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user