Touch for MenuView and Freqlist (#2829)

* freqman add touch support. solves #1919

* menuview touch support
This commit is contained in:
Totoo 2025-10-17 15:59:35 +02:00 committed by GitHub
parent e88ab44f49
commit cbbd8103d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 1 deletions

View file

@ -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();