wine/dlls/winewayland.drv
Alexandros Frantzis 140f0c03d0 winewayland.drv: Lock the pointer if confined without cursor.
Pointer confinement may only be enabled by the compositor if the pointer
enters the confine region. If the region is small (as in many
mouselook cases) it's very likely that this will never happen and the
pointer will remained unconfined.

To allow mouselook to work more reliably, prefer to lock the pointer if
a window is confined and the cursor is not visible.
2023-12-07 20:46:18 +01:00
..
display.c
dllmain.c
Makefile.in winewayland.drv: Implement relative mouse motion. 2023-12-07 20:46:16 +01:00
pointer-constraints-unstable-v1.xml winewayland.drv: Implement ClipCursor. 2023-12-07 20:46:05 +01:00
relative-pointer-unstable-v1.xml winewayland.drv: Implement relative mouse motion. 2023-12-07 20:46:16 +01:00
unixlib.h
version.rc
viewporter.xml winewayland.drv: Present surfaces with the correct scale. 2023-11-14 22:25:01 +01:00
vulkan.c winewayland: Use "host" intead of "native" in vulkan wrappers. 2023-12-04 22:10:22 +01:00
wayland.c winewayland.drv: Implement relative mouse motion. 2023-12-07 20:46:16 +01:00
wayland_keyboard.c winewayland.drv: Handle window foreground state on keyboard focus. 2023-12-07 20:45:58 +01:00
wayland_output.c winewayland.drv: Ensure the logical output dimensions have sane values. 2023-10-16 22:30:17 +02:00
wayland_pointer.c winewayland.drv: Lock the pointer if confined without cursor. 2023-12-07 20:46:18 +01:00
wayland_surface.c winewayland.drv: Implement ClipCursor. 2023-12-07 20:46:05 +01:00
waylanddrv.h winewayland.drv: Lock the pointer if confined without cursor. 2023-12-07 20:46:18 +01:00
waylanddrv_dll.h
waylanddrv_main.c winewayland.drv: Implement ClipCursor. 2023-12-07 20:46:05 +01:00
window.c winewayland.drv: Implement ClipCursor. 2023-12-07 20:46:05 +01:00
window_surface.c winewayland.drv: Handle xdg_toplevel configure event size hint. 2023-09-27 22:16:48 +02:00
winewayland.drv.spec
xdg-output-unstable-v1.xml
xdg-shell.xml