H A D | libinput.c | 201 int finger_count; member 1012 return event->finger_count; in libinput_event_gesture_get_finger_count() 2998 int finger_count, in gesture_notify() 3014 .finger_count = finger_count, in gesture_notify() 3030 int finger_count, in gesture_notify_swipe() 3034 gesture_notify(device, time, type, finger_count, 0, delta, unaccel, in gesture_notify_swipe() 3041 int finger_count, in gesture_notify_swipe_end() 3047 finger_count, cancelled, &zero, &zero, 0.0, 0.0); in gesture_notify_swipe_end() 3054 int finger_count, in gesture_notify_pinch() 2995 gesture_notify(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, bool cancelled, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify() argument 3027 gesture_notify_swipe(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel) gesture_notify_swipe() argument 3039 gesture_notify_swipe_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_swipe_end() argument 3051 gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify_pinch() argument 3065 gesture_notify_pinch_end(struct libinput_device *device, uint64_t time, int finger_count, double scale, bool cancelled) gesture_notify_pinch_end() argument 3078 gesture_notify_hold(struct libinput_device *device, uint64_t time, int finger_count) gesture_notify_hold() argument 3089 gesture_notify_hold_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_hold_end() argument [all...] |