Ignore master pointer device events since we use the slave devices

This commit is contained in:
Kovid Goyal
2026-01-11 12:57:56 +05:30
parent 1efded85bc
commit da170555fa
3 changed files with 8 additions and 4 deletions

1
glfw/x11_platform.h vendored
View File

@@ -425,6 +425,7 @@ typedef struct _GLFWlibraryX11
PFN_XIGetProperty GetProperty;
XIScrollDevice scroll_devices[16];
unsigned num_scroll_devices;
int master_pointer_id;
Atom LIBINPUT_SCROLL_METHOD_ENABLED;
} xi;