Searched refs:window_update_handler (Results 1 – 1 of 1) sorted by relevance
37 static void window_update_handler(lv_timer_t * t);233 update_handler_timer = lv_timer_create(window_update_handler, LV_DEF_REFR_PERIOD, NULL); in lv_glfw_timer_init()269 static void window_update_handler(lv_timer_t * t) in window_update_handler() function