UI: Allow adjusting media slider with arrow buttons
This allows the user to adjust the media slider with the left and right keyboard arrows. It is currently set to adjust by 5 second increments.
This commit is contained in:
@@ -58,6 +58,9 @@ private slots:
|
||||
|
||||
void SeekTimerCallback();
|
||||
|
||||
void MoveSliderFoward(int seconds = 5);
|
||||
void MoveSliderBackwards(int seconds = 5);
|
||||
|
||||
public slots:
|
||||
void PlayMedia();
|
||||
void PauseMedia();
|
||||
|
Reference in New Issue
Block a user