1
0
Fork 0
forked from wry/wry

tablet: implement version 2

This commit is contained in:
Julian Orth 2025-04-22 22:22:31 +02:00
parent 1d017ec2c2
commit dee0066f1a
25 changed files with 426 additions and 31 deletions

View file

@ -267,3 +267,14 @@ event touch_cancel {
time_usec: pod(u64),
id: i32,
}
event tablet_pad_dial_delta {
value120: i32,
}
event tablet_pad_dial_frame {
seat: u32,
time_usec: pod(u64),
input_device: u32,
dial: u32,
}