Home
last modified time | relevance | path

Searched refs:touchpad_swipe (Results 1 – 25 of 31) sorted by relevance

12

/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-pointer-gesture-swipe.c93 if (event->touchpad_swipe.phase == CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL) in handle_swipe_end()
114 switch (event->touchpad_swipe.phase) in meta_wayland_pointer_gesture_swipe_handle_event()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-event.c433 graphene_point_init (position, event->touchpad_swipe.x, in clutter_event_get_position()
434 event->touchpad_swipe.y); in clutter_event_get_position()
512 event->touchpad_swipe.x = x; in clutter_event_set_coords()
513 event->touchpad_swipe.y = y; in clutter_event_set_coords()
1900 return event->touchpad_swipe.n_fingers; in clutter_event_get_touchpad_gesture_finger_count()
1966 return event->touchpad_swipe.phase; in clutter_event_get_gesture_phase()
2004 *dx = event->touchpad_swipe.dx; in clutter_event_get_gesture_motion_delta()
2006 *dy = event->touchpad_swipe.dy; in clutter_event_get_gesture_motion_delta()
2041 *dx = event->touchpad_swipe.dx_unaccel; in clutter_event_get_gesture_motion_delta_unaccelerated()
2043 *dy = event->touchpad_swipe.dy_unaccel; in clutter_event_get_gesture_motion_delta_unaccelerated()
H A Dclutter-event.h587 ClutterTouchpadSwipeEvent touchpad_swipe; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkgesture.c261 data->event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_END) || in _gtk_gesture_get_n_touchpad_points()
269 return data->event->touchpad_swipe.n_fingers; in _gtk_gesture_get_n_touchpad_points()
428 if (event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_BEGIN) in _update_touchpad_deltas()
430 else if (event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_UPDATE) in _update_touchpad_deltas()
432 data->accum_dx += event->touchpad_swipe.dx; in _update_touchpad_deltas()
433 data->accum_dy += event->touchpad_swipe.dy; in _update_touchpad_deltas()
743 event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_BEGIN) || in gtk_gesture_handle_event()
777 event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_END) || in gtk_gesture_handle_event()
793 event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_UPDATE) || in gtk_gesture_handle_event()
816 event->touchpad_swipe.phase == GDK_TOUCHPAD_GESTURE_PHASE_CANCEL) || in gtk_gesture_handle_event()
H A Dgtkgesturedrag.c72 if (event->touchpad_swipe.n_fingers == n_points) in G_DEFINE_TYPE_WITH_PRIVATE()
H A Dgtkgestureswipe.c93 if (event->touchpad_swipe.n_fingers == n_points) in gtk_gesture_swipe_filter_event()
H A Dgtkmain.c1519 &event->touchpad_swipe.x, in rewrite_event_for_window()
1520 &event->touchpad_swipe.y); in rewrite_event_for_window()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkevents.c564 new_event->touchpad_swipe.x = 0; in gdk_event_new()
565 new_event->touchpad_swipe.y = 0; in gdk_event_new()
566 new_event->touchpad_swipe.dx = 0; in gdk_event_new()
567 new_event->touchpad_swipe.dy = 0; in gdk_event_new()
568 new_event->touchpad_swipe.x_root = 0; in gdk_event_new()
569 new_event->touchpad_swipe.y_root = 0; in gdk_event_new()
904 return event->touchpad_swipe.time; in gdk_event_get_time()
1110 x = event->touchpad_swipe.x; in gdk_event_get_coords()
1111 y = event->touchpad_swipe.y; in gdk_event_get_coords()
1189 x = event->touchpad_swipe.x_root; in gdk_event_get_root_coords()
[all …]
H A Dgdkwindow.c8220 event->touchpad_swipe.time = the_time; in _gdk_make_event()
8221 event->touchpad_swipe.state = the_state; in _gdk_make_event()
9794 &event->touchpad_swipe.x, in proxy_gesture_event()
9795 &event->touchpad_swipe.y); in proxy_gesture_event()
9797 &event->touchpad_swipe.x_root, in proxy_gesture_event()
9798 &event->touchpad_swipe.y_root); in proxy_gesture_event()
9799 event->touchpad_swipe.dx = source_event->touchpad_swipe.dx; in proxy_gesture_event()
9800 event->touchpad_swipe.dy = source_event->touchpad_swipe.dy; in proxy_gesture_event()
9801 event->touchpad_swipe.n_fingers = source_event->touchpad_swipe.n_fingers; in proxy_gesture_event()
9802 event->touchpad_swipe.phase = source_event->touchpad_swipe.phase; in proxy_gesture_event()
H A Dgdkevents.h1439 GdkEventTouchpadSwipe touchpad_swipe; member
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-event.c446 clutter_point_init (position, event->touchpad_swipe.x, in clutter_event_get_position()
447 event->touchpad_swipe.y); in clutter_event_get_position()
518 event->touchpad_swipe.x = x; in clutter_event_set_coords()
519 event->touchpad_swipe.y = y; in clutter_event_set_coords()
1897 return event->touchpad_swipe.n_fingers; in clutter_event_get_gesture_swipe_finger_count()
1959 return event->touchpad_swipe.phase; in clutter_event_get_gesture_phase()
1997 *dx = event->touchpad_swipe.dx; in clutter_event_get_gesture_motion_delta()
1999 *dy = event->touchpad_swipe.dy; in clutter_event_get_gesture_motion_delta()
H A Dclutter-event.h492 ClutterTouchpadSwipeEvent touchpad_swipe; member
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-event.c454 clutter_point_init (position, event->touchpad_swipe.x, in clutter_event_get_position()
455 event->touchpad_swipe.y); in clutter_event_get_position()
532 event->touchpad_swipe.x = x; in clutter_event_set_coords()
533 event->touchpad_swipe.y = y; in clutter_event_set_coords()
2010 return event->touchpad_swipe.n_fingers; in clutter_event_get_touchpad_gesture_finger_count()
2076 return event->touchpad_swipe.phase; in clutter_event_get_gesture_phase()
2114 *dx = event->touchpad_swipe.dx; in clutter_event_get_gesture_motion_delta()
2116 *dy = event->touchpad_swipe.dy; in clutter_event_get_gesture_motion_delta()
H A Dclutter-event.h567 ClutterTouchpadSwipeEvent touchpad_swipe; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkdevicemanager-xi2.c2072 event->touchpad_swipe.type = GDK_TOUCHPAD_SWIPE; in gdk_x11_device_manager_xi2_translate_event()
2075 event->touchpad_swipe.window = window; in gdk_x11_device_manager_xi2_translate_event()
2076 event->touchpad_swipe.time = xev->time; in gdk_x11_device_manager_xi2_translate_event()
2077 event->touchpad_swipe.x = (gdouble) xev->event_x / scale; in gdk_x11_device_manager_xi2_translate_event()
2078 event->touchpad_swipe.y = (gdouble) xev->event_y / scale; in gdk_x11_device_manager_xi2_translate_event()
2079 event->touchpad_swipe.x_root = (gdouble) xev->root_x / scale; in gdk_x11_device_manager_xi2_translate_event()
2080 event->touchpad_swipe.y_root = (gdouble) xev->root_y / scale; in gdk_x11_device_manager_xi2_translate_event()
2081 event->touchpad_swipe.dx = xev->delta_x; in gdk_x11_device_manager_xi2_translate_event()
2082 event->touchpad_swipe.dy = xev->delta_y; in gdk_x11_device_manager_xi2_translate_event()
2083 event->touchpad_swipe.n_fingers = xev->detail; in gdk_x11_device_manager_xi2_translate_event()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-device-manager-evdev.c852 event->touchpad_swipe.phase = phase; in notify_swipe_gesture_event()
853 event->touchpad_swipe.time = us2ms (time_us); in notify_swipe_gesture_event()
854 event->touchpad_swipe.stage = CLUTTER_STAGE (stage); in notify_swipe_gesture_event()
857 event->touchpad_swipe.x = pos.x; in notify_swipe_gesture_event()
858 event->touchpad_swipe.y = pos.y; in notify_swipe_gesture_event()
859 event->touchpad_swipe.dx = dx; in notify_swipe_gesture_event()
860 event->touchpad_swipe.dy = dy; in notify_swipe_gesture_event()
861 event->touchpad_swipe.n_fingers = n_fingers; in notify_swipe_gesture_event()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-device-manager-evdev.c475 event->touchpad_swipe.phase = phase; in notify_swipe_gesture_event()
476 event->touchpad_swipe.time = us2ms (time_us); in notify_swipe_gesture_event()
477 event->touchpad_swipe.stage = CLUTTER_STAGE (stage); in notify_swipe_gesture_event()
480 event->touchpad_swipe.x = pos.x; in notify_swipe_gesture_event()
481 event->touchpad_swipe.y = pos.y; in notify_swipe_gesture_event()
482 event->touchpad_swipe.dx = dx; in notify_swipe_gesture_event()
483 event->touchpad_swipe.dy = dy; in notify_swipe_gesture_event()
484 event->touchpad_swipe.n_fingers = n_fingers; in notify_swipe_gesture_event()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-seat-impl.c1314 event->touchpad_swipe.phase = phase; in notify_swipe_gesture_event()
1315 event->touchpad_swipe.time = us2ms (time_us); in notify_swipe_gesture_event()
1318 &event->touchpad_swipe.x, in notify_swipe_gesture_event()
1319 &event->touchpad_swipe.y); in notify_swipe_gesture_event()
1320 event->touchpad_swipe.dx = dx; in notify_swipe_gesture_event()
1321 event->touchpad_swipe.dy = dy; in notify_swipe_gesture_event()
1322 event->touchpad_swipe.dx_unaccel = dx_unaccel; in notify_swipe_gesture_event()
1323 event->touchpad_swipe.dy_unaccel = dy_unaccel; in notify_swipe_gesture_event()
1324 event->touchpad_swipe.n_fingers = n_fingers; in notify_swipe_gesture_event()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkdevice-wayland.c2648 event->touchpad_swipe.phase = phase; in emit_gesture_swipe_event()
2653 event->touchpad_swipe.time = _time; in emit_gesture_swipe_event()
2656 event->touchpad_swipe.dx = dx; in emit_gesture_swipe_event()
2657 event->touchpad_swipe.dy = dy; in emit_gesture_swipe_event()
2658 event->touchpad_swipe.n_fingers = n_fingers; in emit_gesture_swipe_event()
2661 &event->touchpad_swipe.x, in emit_gesture_swipe_event()
2662 &event->touchpad_swipe.y, in emit_gesture_swipe_event()
2663 &event->touchpad_swipe.x_root, in emit_gesture_swipe_event()
2664 &event->touchpad_swipe.y_root); in emit_gesture_swipe_event()
2669 event->touchpad_swipe.y, seat, in emit_gesture_swipe_event()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/
H A DGir.toml269 name = "touchpad_swipe"
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/
H A DGir.toml282 name = "touchpad_swipe"
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/
H A DGir.toml282 name = "touchpad_swipe"
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-sys-0.14.0/src/
H A Dlib.rs2885 pub touchpad_swipe: GdkEventTouchpadSwipe,
2915 .field("touchpad_swipe", unsafe { &self.touchpad_swipe }) in fmt()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-sys-0.14.0/src/
H A Dlib.rs2885 pub touchpad_swipe: GdkEventTouchpadSwipe,
2915 .field("touchpad_swipe", unsafe { &self.touchpad_swipe }) in fmt()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-sys-0.14.0/src/
H A Dlib.rs2885 pub touchpad_swipe: GdkEventTouchpadSwipe,
2915 .field("touchpad_swipe", unsafe { &self.touchpad_swipe }) in fmt()

12