input: implement wl_seat version 9
This commit is contained in:
parent
887e2b6cbc
commit
78b557b4a1
15 changed files with 91 additions and 20 deletions
|
|
@ -315,6 +315,7 @@ impl TestBackendMouse {
|
|||
self.common.event(InputEvent::Axis120 {
|
||||
dist: dy * 120,
|
||||
axis: ScrollAxis::Vertical,
|
||||
inverted: false,
|
||||
});
|
||||
self.common.event(InputEvent::AxisFrame {
|
||||
time_usec: now_usec(),
|
||||
|
|
@ -328,6 +329,7 @@ impl TestBackendMouse {
|
|||
self.common.event(InputEvent::AxisPx {
|
||||
dist: Fixed::from_int(dy),
|
||||
axis: ScrollAxis::Vertical,
|
||||
inverted: false,
|
||||
});
|
||||
self.common.event(InputEvent::AxisFrame {
|
||||
time_usec: now_usec(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue