Open zalexzperez opened 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.
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 :)
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.