Add is_finger_based field to XIScrollDevice with detection logic

Fixes #9385
This commit is contained in:
copilot-swe-agent[bot]
2026-01-15 13:21:13 +00:00
committed by Kovid Goyal
parent 9ef934cf54
commit 6436cda482
2 changed files with 36 additions and 1 deletions

1
glfw/x11_platform.h vendored
View File

@@ -240,6 +240,7 @@ typedef struct XIScrollValuator {
typedef struct XIScrollDevice {
bool is_highres;
bool is_finger_based;
int deviceid, sourceid;
XIScrollValuator valuators[8];
unsigned num_valuators;