On Wayland, send DeviceEvent::Motion

This commit is contained in:
Andriy
2024-02-20 10:34:05 +01:00
committed by GitHub
parent c4310af83c
commit 19190a95a0
2 changed files with 29 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On Wayland, fix DeviceEvent::Motion not being sent
- On X11, don't require XIM to run.
- On X11, fix xkb state not being updated correctly sometimes leading to wrong input.
- Fix compatibility with 32-bit platforms without 64-bit atomics.