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