mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-27 23:20:33 -05:00
Touch for MenuView and Freqlist (#2829)
* freqman add touch support. solves #1919 * menuview touch support
This commit is contained in:
parent
e88ab44f49
commit
cbbd8103d3
5 changed files with 42 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ class MenuView : public View {
|
|||
bool on_key(const KeyEvent event) override;
|
||||
bool on_encoder(const EncoderEvent event) override;
|
||||
bool on_keyboard(const KeyboardEvent event) override;
|
||||
bool on_touch(const TouchEvent event) override;
|
||||
|
||||
private:
|
||||
void update_items();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue