Searched refs:LV_LIBINPUT_MAX_EVENTS (Results 1 – 3 of 3) sorted by relevance
44 #define LV_LIBINPUT_MAX_EVENTS 32 macro
44 lv_libinput_event_t points[LV_LIBINPUT_MAX_EVENTS]; /* Event buffer */
351 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()