Home
last modified time | relevance | path

Searched refs:display_device_object (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/applications/lvgl/
A Dwin32drv.c838 context->display_device_object = in lv_win32_window_message_callback()
840 if (!context->display_device_object) in lv_win32_window_message_callback()
850 context->mouse_driver.disp = context->display_device_object; in lv_win32_window_message_callback()
864 context->mousewheel_driver.disp = context->display_device_object; in lv_win32_window_message_callback()
887 context->keyboard_driver.disp = context->display_device_object; in lv_win32_window_message_callback()
1278 lv_disp_t* display_device_object = context->display_device_object; in lv_win32_window_message_callback() local
1279 context->display_device_object = NULL; in lv_win32_window_message_callback()
1280 lv_disp_remove(display_device_object); in lv_win32_window_message_callback()
A Dwin32drv.h56 lv_disp_t* display_device_object; member

Completed in 6 milliseconds