Searched defs:libinput_event_gesture (Results 1 – 1 of 1) sorted by relevance
189 struct libinput_event_gesture { struct190 struct libinput_event base;191 uint64_t time;192 int finger_count;193 int cancelled;194 struct normalized_coords delta;195 struct normalized_coords delta_unaccel;196 double scale;197 double angle;