[client] input: add cursor transition diagnostics

Add opt-in sequence-numbered tracing across the core and Wayland
mouse paths.
This commit is contained in:
Geoffrey McRae
2026-08-06 12:07:39 +10:00
parent 49341a240d
commit e9a16ef523
9 changed files with 431 additions and 38 deletions

View File

@@ -227,6 +227,7 @@ struct AppParams
const char * windowTitle;
const char * appId;
bool mouseRedraw;
bool mouseTrace;
int mouseSens;
bool mouseSmoothing;
bool rawMouse;