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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user