improve states and focus handling

This commit is contained in:
Gabor Kiss-Vamosi
2020-01-28 22:15:45 +01:00
parent e7af52be14
commit 286491b847
11 changed files with 90 additions and 74 deletions

View File

@@ -641,6 +641,8 @@ void lv_obj_clear_protect(lv_obj_t * obj, uint8_t prot);
void lv_obj_set_state(lv_obj_t * obj, lv_obj_state_t state);
void lv_obj_add_state(lv_obj_t * obj, lv_obj_state_t state);
void lv_obj_clear_state(lv_obj_t * obj, lv_obj_state_t state);
/**