LookingGlass/client/displayservers
Quantum 078a151e4f [client] wayland: update absolute mouse position
We are actually getting mouse events directly from Wayland instead of going
through SDL, so we call app_updateCursorPos in pointer motion handlers and
swallow the SDL event.

Also removed parameters for app_handleMouseBasic as it relies exclusively on
absolute positions provided by app_updateCursorPos. Wayland does not give
you relative movements at all unless grabbed and passing absolute movements
is semantically incorrect.

Note that when the cursor is grabbed, movements are handled entirely through
relativePointerMotionHandler in wayland.c and does not go through
app_handleMouseBasic at all.
2021-01-16 21:40:24 +11:00
..
SDL [client] displayserver: add new earlyInit to the interface 2021-01-16 20:41:13 +11:00
Wayland [client] wayland: update absolute mouse position 2021-01-16 21:40:24 +11:00
X11 [client] major restructure of platform specific code 2021-01-16 20:41:13 +11:00
CMakeLists.txt [client] major restructure of platform specific code 2021-01-16 20:41:13 +11:00