[client] wayland: fix discrete mouse scroll speed

This commit is contained in:
Janrupf
2026-01-16 17:14:17 +01:00
committed by Geoffrey McRae
parent 53bfb6547f
commit b181859c1b
2 changed files with 23 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ struct WaylandDSState
bool configured;
bool warpSupport;
double cursorX, cursorY;
double scrollState;
#if defined(ENABLE_EGL) || defined(ENABLE_OPENGL)
struct wl_egl_window * eglWindow;