mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Wayland: Fix scroll offsets being inverted
Scrolling offsets were inverted compared to X11 and Win32.
Fixes #1463.
(cherry picked from commit f760b124ca)
This commit is contained in:
committed by
Camilla Löwy
parent
bd2fb9ebaf
commit
114704262c
@@ -136,6 +136,8 @@ information on what to include when reporting a bug.
|
||||
reported (#1112,#1415,#1472,#1616)
|
||||
- [Wayland] Bugfix: Repeated keys could be reported with `NULL` window (#1704)
|
||||
- [Wayland] Bugfix: Retrieving partial framebuffer size would segfault
|
||||
- [Wayland] Bugfix: Scrolling offsets were inverted compared to other platforms
|
||||
(#1463)
|
||||
|
||||
|
||||
## Contact
|
||||
@@ -274,6 +276,7 @@ skills.
|
||||
- ndogxj
|
||||
- Kristian Nielsen
|
||||
- Kamil Nowakowski
|
||||
- onox
|
||||
- Denis Ovod
|
||||
- Ozzy
|
||||
- Andri Pálsson
|
||||
|
||||
Reference in New Issue
Block a user