Home
last modified time | relevance | path

Searched refs:wl_pointer (Results 126 – 150 of 306) sorted by relevance

12345678910>>...13

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandinputdevice_p.h281 …Q_WAYLAND_CLIENT_EXPORT QWaylandInputDevice::Pointer : public QObject, public QtWayland::wl_pointer
300 struct ::wl_pointer *wl_pointer() { return QtWayland::wl_pointer::object(); } in wl_pointer() function
/dports/x11/foot/foot/
H A Dinput.c1877 wl_pointer_enter(void *data, struct wl_pointer *wl_pointer, in wl_pointer_enter() argument
1958 wl_pointer_leave(void *data, struct wl_pointer *wl_pointer, in wl_pointer_leave() argument
1966 seat->name, (void *)wl_pointer, serial, (void *)surface, in wl_pointer_leave()
2039 wl_pointer_motion(void *data, struct wl_pointer *wl_pointer, in wl_pointer_motion() argument
2240 wl_pointer_button(void *data, struct wl_pointer *wl_pointer, in wl_pointer_button() argument
2244 (void *)wl_pointer, serial, button, state); in wl_pointer_button()
2694 wl_pointer_axis(void *data, struct wl_pointer *wl_pointer, in wl_pointer_axis() argument
2722 wl_pointer_axis_discrete(void *data, struct wl_pointer *wl_pointer, in wl_pointer_axis_discrete() argument
2739 wl_pointer_frame(void *data, struct wl_pointer *wl_pointer) in wl_pointer_frame() argument
2746 wl_pointer_axis_source(void *data, struct wl_pointer *wl_pointer, in wl_pointer_axis_source() argument
[all …]
H A Dwayland.c216 if (seat->wl_pointer != NULL) in seat_destroy()
217 wl_pointer_release(seat->wl_pointer); in seat_destroy()
280 if (seat->wl_pointer == NULL) { in seat_handle_capabilities()
289 seat->wl_pointer = wl_seat_get_pointer(wl_seat); in seat_handle_capabilities()
290 wl_pointer_add_listener(seat->wl_pointer, &pointer_listener, seat); in seat_handle_capabilities()
293 if (seat->wl_pointer != NULL) { in seat_handle_capabilities()
294 wl_pointer_release(seat->wl_pointer); in seat_handle_capabilities()
300 seat->wl_pointer = NULL; in seat_handle_capabilities()
1125 if (seat->wl_pointer != NULL) in handle_global_remove()
1127 seat, seat->wl_pointer, -1, seat->mouse_focus->window->surface); in handle_global_remove()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-cursor.c146 if (!xwl_seat->wl_pointer) in xwl_seat_set_cursor()
150 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
174 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/tests/
H A Dweston-test-client-helper.h90 struct wl_pointer *wl_pointer; member
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/wayland/
H A Ddisplay.c575 wayland_pointer_enter ( void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface … in wayland_pointer_enter()
594 wayland_pointer_leave ( void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface … in wayland_pointer_leave()
604 wayland_pointer_motion ( void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t x, wl_fi… in wayland_pointer_motion()
622 wayland_pointer_button ( void *data, struct wl_pointer *pointer, uint32_t serial, uint32_t time, ui… in wayland_pointer_button()
637 wayland_pointer_axis ( void *data, struct wl_pointer *pointer, uint32_t time, enum wl_pointer_axis … in wayland_pointer_axis()
655 wayland_pointer_frame ( void *data, struct wl_pointer *pointer ) in wayland_pointer_frame()
662 wayland_pointer_axis_source ( void *data, struct wl_pointer *pointer, enum wl_pointer_axis_source a… in wayland_pointer_axis_source()
667 wayland_pointer_axis_stop ( void *data, struct wl_pointer *pointer, uint32_t time, enum wl_pointer_… in wayland_pointer_axis_stop()
672 wayland_pointer_axis_discrete ( void *data, struct wl_pointer *pointer, enum wl_pointer_axis axis, … in wayland_pointer_axis_discrete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/common/
H A Dwayland_object.h30 struct wl_pointer;
205 struct ObjectTraits<wl_pointer> {
207 static void (*deleter)(wl_pointer*);
/dports/x11/swaylock/swaylock-1.5/include/
H A Dseat.h15 struct wl_pointer *pointer;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Divi-shell-user-interface.c102 struct wl_pointer *wlPointer;
246 PointerHandleEnter(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleEnter()
260 PointerHandleLeave(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleLeave()
273 PointerHandleMotion(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleMotion()
386 PointerHandleButton(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleButton()
419 PointerHandleAxis(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleAxis()
516 struct wl_pointer *wlPointer = p_wlCtx->wlPointer; in seat_handle_capabilities()
/dports/graphics/weston/weston-1.9.0/clients/
H A Divi-shell-user-interface.c95 struct wl_pointer *wlPointer;
257 PointerHandleEnter(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleEnter()
271 PointerHandleLeave(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleLeave()
284 PointerHandleMotion(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleMotion()
397 PointerHandleButton(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleButton()
430 PointerHandleAxis(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleAxis()
527 struct wl_pointer *wlPointer = p_wlCtx->wlPointer; in seat_handle_capabilities()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Divi-shell-user-interface.c102 struct wl_pointer *wlPointer;
246 PointerHandleEnter(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleEnter()
260 PointerHandleLeave(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleLeave()
273 PointerHandleMotion(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleMotion()
386 PointerHandleButton(void *data, struct wl_pointer *wlPointer, uint32_t serial, in PointerHandleButton()
419 PointerHandleAxis(void *data, struct wl_pointer *wlPointer, uint32_t time, in PointerHandleAxis()
516 struct wl_pointer *wlPointer = p_wlCtx->wlPointer; in seat_handle_capabilities()
/dports/x11/swaylock-effects/swaylock-effects-1.6-3/include/
H A Dseat.h20 struct wl_pointer *pointer;
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-cursor.c205 if (!xwl_seat->wl_pointer) in xwl_seat_set_cursor()
209 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
228 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandpointer.cpp111 void QWaylandPointerPrivate::pointer_release(wl_pointer::Resource *resource) in pointer_release()
116 void QWaylandPointerPrivate::pointer_set_cursor(wl_pointer::Resource *resource, uint32_t serial, wl… in pointer_set_cursor()
320 …wl_resource *resource = d->add(client->client(), id, qMin<uint32_t>(QtWaylandServer::wl_pointer::i… in addClient()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-clipboard-0.6.4/src/worker/
H A Dseat_data.rs2 use sctk::reexports::client::protocol::wl_pointer::WlPointer;
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-clipboard-0.6.4/src/worker/
H A Dseat_data.rs2 use sctk::reexports::client::protocol::wl_pointer::WlPointer;
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandvideo.h45 struct wl_pointer *pointer;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandvideo.h45 struct wl_pointer *pointer;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/wayland/
H A DSDL_waylandvideo.h45 struct wl_pointer *pointer;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/wayland/
H A Devent_loop.rs14 wl_keyboard, wl_output, wl_pointer, wl_registry, wl_seat, wl_touch,
343 pointer: Option<Proxy<wl_pointer::WlPointer>>,
368 use self::wl_pointer::RequestsTrait; in receive()
417 use self::wl_pointer::RequestsTrait; in drop()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/wayland/
H A Devent_loop.rs14 wl_keyboard, wl_output, wl_pointer, wl_registry, wl_seat, wl_touch,
343 pointer: Option<Proxy<wl_pointer::WlPointer>>,
368 use self::wl_pointer::RequestsTrait; in receive()
417 use self::wl_pointer::RequestsTrait; in drop()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/wayland/
H A DSDL_waylandvideo.h45 struct wl_pointer *pointer;
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Decore_wl_input.c60 static void _ecore_wl_input_cb_pointer_enter(void *data, struct wl_pointer *pointer EINA_UNUSED, un…
61 static void _ecore_wl_input_cb_pointer_leave(void *data, struct wl_pointer *pointer EINA_UNUSED, un…
62 static void _ecore_wl_input_cb_pointer_motion(void *data, struct wl_pointer *pointer EINA_UNUSED, u…
63 static void _ecore_wl_input_cb_pointer_button(void *data, struct wl_pointer *pointer EINA_UNUSED, u…
64 static void _ecore_wl_input_cb_pointer_axis(void *data, struct wl_pointer *pointer EINA_UNUSED, uns…
576 _ecore_wl_input_cb_pointer_motion(void *data, struct wl_pointer *pointer EINA_UNUSED, unsigned int … in _ecore_wl_input_cb_pointer_motion()
594 _ecore_wl_input_cb_pointer_button(void *data, struct wl_pointer *pointer EINA_UNUSED, unsigned int … in _ecore_wl_input_cb_pointer_button()
636 _ecore_wl_input_cb_pointer_axis(void *data, struct wl_pointer *pointer EINA_UNUSED, unsigned int ti… in _ecore_wl_input_cb_pointer_axis()
972 _ecore_wl_input_cb_pointer_enter(void *data, struct wl_pointer *pointer EINA_UNUSED, unsigned int s… in _ecore_wl_input_cb_pointer_enter()
1020 _ecore_wl_input_cb_pointer_leave(void *data, struct wl_pointer *pointer EINA_UNUSED, unsigned int s… in _ecore_wl_input_cb_pointer_leave()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c66 pointer_handle_enter (void *data, struct wl_pointer *pointer, uint32_t serial,
88 pointer_handle_leave (void *data, struct wl_pointer *pointer, uint32_t serial,
96 pointer_handle_motion (void *data, struct wl_pointer *pointer, uint32_t time,
136 pointer_handle_button (void *data, struct wl_pointer *pointer, uint32_t serial,
153 pointer_handle_axis (void *data, struct wl_pointer *pointer, uint32_t time,
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c66 pointer_handle_enter (void *data, struct wl_pointer *pointer, uint32_t serial,
88 pointer_handle_leave (void *data, struct wl_pointer *pointer, uint32_t serial,
96 pointer_handle_motion (void *data, struct wl_pointer *pointer, uint32_t time,
136 pointer_handle_button (void *data, struct wl_pointer *pointer, uint32_t serial,
153 pointer_handle_axis (void *data, struct wl_pointer *pointer, uint32_t time,

12345678910>>...13