mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Add is_finger_based field to XIScrollDevice with detection logic
Fixes #9385
This commit is contained in:
committed by
Kovid Goyal
parent
9ef934cf54
commit
6436cda482
1
glfw/x11_platform.h
vendored
1
glfw/x11_platform.h
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user