Searched defs:_lv_libinput_t (Results 1 – 1 of 1) sorted by relevance
39 struct _lv_libinput_t { struct40 int fd;41 struct pollfd fds[1];44 lv_libinput_event_t points[LV_LIBINPUT_MAX_EVENTS]; /* Event buffer */45 lv_libinput_event_t slots[2]; /* Realtime state of up to 2 fingers to handle multitouch */48 lv_point_t pointer_position;49 bool pointer_button_down;51 int start; /* Index of start of event queue */52 int end; /* Index of end of queue*/53 lv_libinput_event_t last_event; /* Report when no new events[all …]