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

@ -0,0 +1,15 @@
request set_feedback {
description: str,
serial: u32,
}
request destroy {
}
event delta {
value120: i32,
}
event frame {
time: u32,
}