eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
609 stars 101 forks source link

[LVGL] Implement lv_group_get_editing() action #601

Open zalexzperez opened 1 month ago

zalexzperez commented 1 month ago

I need to know when roller is in edit mode vs navigation mode.

Currently, this is the available information from the simulator:

So, it's not possible to directly differentiate between roller entering edit mode from roller being selected without lv_group_get_editing() action.

zalexzperez commented 1 month ago

By checking if roller was already focused and then checking if roller was pressed I can keep track of the roller mode. So no need to rush to implement this :)