code cleanup

This commit is contained in:
Ferdinand Schober
2024-07-09 16:39:20 +02:00
parent 703465a370
commit 09b2db50c0
19 changed files with 607 additions and 716 deletions

View File

@@ -179,8 +179,8 @@ impl VirtualInput {
match e {
PointerEvent::Motion {
time,
relative_x,
relative_y,
dx: relative_x,
dy: relative_y,
} => self.pointer.motion(time, relative_x, relative_y),
PointerEvent::Button {
time,