1
0
Fork 0
forked from wry/wry

input: implement wl_seat version 9

This commit is contained in:
Julian Orth 2024-02-04 19:51:36 +01:00
parent 887e2b6cbc
commit 78b557b4a1
15 changed files with 91 additions and 20 deletions

View file

@ -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(),