input: implement wl_seat version 9
This commit is contained in:
parent
887e2b6cbc
commit
78b557b4a1
15 changed files with 91 additions and 20 deletions
|
|
@ -98,6 +98,11 @@ impl JaySeatEvents {
|
|||
});
|
||||
}
|
||||
if let Some(dist) = ps.px[axis].get() {
|
||||
self.client.event(AxisInverted {
|
||||
self_id: self.id,
|
||||
axis: axis as _,
|
||||
inverted: ps.inverted[axis].get() as _,
|
||||
});
|
||||
self.client.event(AxisPx {
|
||||
self_id: self.id,
|
||||
dist,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue