Home
last modified time | relevance | path

Searched refs:active_n_points (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkgesture.c361 guint active_n_points, current_n_points; in _gtk_gesture_has_matching_touchpoints() local
364 active_n_points = _gtk_gesture_get_n_physical_points (gesture, TRUE); in _gtk_gesture_has_matching_touchpoints()
366 return (active_n_points == priv->n_points && in _gtk_gesture_has_matching_touchpoints()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkgesture.c368 guint active_n_points, current_n_points; in _gtk_gesture_has_matching_touchpoints() local
371 active_n_points = _gtk_gesture_get_n_physical_points (gesture, TRUE); in _gtk_gesture_has_matching_touchpoints()
373 return (active_n_points == priv->n_points && in _gtk_gesture_has_matching_touchpoints()