2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

multimedia keys handle added

This commit is contained in:
John Preston
2015-07-13 20:55:59 +03:00
parent 5663841742
commit b352d38acf
7 changed files with 158 additions and 40 deletions

View File

@@ -33,6 +33,13 @@ public:
void mouseReleaseEvent(QMouseEvent *e);
void resizeEvent(QResizeEvent *e);
void playPressed();
void pausePressed();
void playPausePressed();
void prevPressed();
void nextPressed();
void stopPressed();
bool progressStep(float64 ms);
bool stateStep(float64 ms);