1
0
Fork 0
forked from wry/wry

ei: implement ei_touchscreen v2

This commit is contained in:
Julian Orth 2024-11-27 13:15:56 +01:00
parent 1495cc1f22
commit f27e4253a1
6 changed files with 43 additions and 5 deletions

View file

@ -233,6 +233,7 @@ impl EiDeviceRequestHandler for EiDevice {
seat.touch_motion_at(time, id, x, y);
}
TouchChange::Up => seat.touch_up(time, id),
TouchChange::Cancel => seat.touch_cancel(time, id),
}
}
seat.touch_frame(time);