Home
last modified time | relevance | path

Searched refs:LV_LIBINPUT_MAX_EVENTS (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.h44 #define LV_LIBINPUT_MAX_EVENTS 32 macro
Dlv_libinput_private.h44 lv_libinput_event_t points[LV_LIBINPUT_MAX_EVENTS]; /* Event buffer */
Dlv_libinput.c351 if(++dsc->start == LV_LIBINPUT_MAX_EVENTS) in _get_event()
366 if(++dsc->end == LV_LIBINPUT_MAX_EVENTS) in _create_event()
374 if(++dsc->start == LV_LIBINPUT_MAX_EVENTS) in _create_event()