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:
Clayton Groeneveld
2020-09-05 23:06:47 -05:00
parent e1b0d1d984
commit 6ab2768546
4 changed files with 49 additions and 3 deletions

View File

@@ -58,6 +58,9 @@ private slots:
void SeekTimerCallback();
void MoveSliderFoward(int seconds = 5);
void MoveSliderBackwards(int seconds = 5);
public slots:
void PlayMedia();
void PauseMedia();