mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-30 16:36:40 -05:00
resolve conflicts merge
This commit is contained in:
parent
fd7637187a
commit
344aa0c741
5 changed files with 26 additions and 2 deletions
|
|
@ -994,6 +994,10 @@ class Waveform : public Widget {
|
|||
void set_paused(bool paused);
|
||||
bool is_clickable() const;
|
||||
|
||||
bool is_paused() const;
|
||||
void set_paused(bool paused);
|
||||
bool is_clickable() const;
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
bool on_key(const KeyEvent key) override;
|
||||
bool on_touch(const TouchEvent event) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue