config: allow handling switch events
This commit is contained in:
parent
55d55bf161
commit
cf233abb5a
21 changed files with 443 additions and 27 deletions
|
|
@ -125,3 +125,10 @@ event hold_end {
|
|||
time_usec: pod(u64),
|
||||
cancelled: i32,
|
||||
}
|
||||
|
||||
event switch_event {
|
||||
seat: u32,
|
||||
time_usec: pod(u64),
|
||||
input_device: u32,
|
||||
event: u32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue