Update guiBase.h

Enable swipe by clicking next to the tabindicator
This commit is contained in:
JustMe-NL 2024-04-06 11:24:45 +02:00 committed by GitHub
parent ea159db257
commit 9609291826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ void gui_loop(void);
// used by guiMemoryOptimizer.cpp
void tabview_content_is_scrolling_event_cb(lv_event_t* e);
void tabview_tab_changed_event_cb(lv_event_t* e);
void tabview_tab_changed_manually(uint32_t current_tabID);
void sceneLabel_or_pageIndicator_event_cb(lv_event_t* e);
void setActiveTab(uint32_t index, lv_anim_enable_t anim_en);
// used by memoryUsage.cpp