From 6525c3a7591e02efad589517abf33e1a01f458b4 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 12 Aug 2026 04:54:01 +1000 Subject: [PATCH] [client] lgmp: restore held mouse mode --- client/transports/LGMP/input.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/transports/LGMP/input.c b/client/transports/LGMP/input.c index da542fea..29b164c4 100644 --- a/client/transports/LGMP/input.c +++ b/client/transports/LGMP/input.c @@ -1375,7 +1375,10 @@ static bool updateMouseButton(void * opaque, unsigned int button, result = reset; } if (result && !reset) + { input->mouseButtons = buttons; + input->mouseMode = mode; + } LG_UNLOCK(input->lock); if (wake)