Searched defs:libinput_event_gesture (Results 1 – 1 of 1) sorted by relevance
197 struct libinput_event_gesture { struct198 struct libinput_event base;199 uint64_t time;200 int finger_count;201 int cancelled;202 struct normalized_coords delta;203 struct normalized_coords delta_unaccel;204 double scale;205 double angle;