ei: add support for libei
This commit is contained in:
parent
084fe50259
commit
40e87f8f91
69 changed files with 4340 additions and 72 deletions
16
wire-ei/ei_pointer.txt
Normal file
16
wire-ei/ei_pointer.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
request release {
|
||||
}
|
||||
|
||||
request client_motion_relative (sender) {
|
||||
x: f32,
|
||||
y: f32,
|
||||
}
|
||||
|
||||
event destroyed {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
event server_motion_relative (receiver) {
|
||||
x: f32,
|
||||
y: f32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue