1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:47:35 +00:00

Piano: Make Key_Space shortcut to toggle playback

This commit is contained in:
Junior Rantila 2021-12-20 18:26:20 +01:00 committed by Brian Gianforcaro
parent bb7f32376c
commit 105f741131
3 changed files with 9 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public:
void add_track();
void next_track();
void toggle_paused();
private:
explicit PlayerWidget(TrackManager&, AudioPlayerLoop&);