ei: implement ei_touchscreen v2
This commit is contained in:
parent
1495cc1f22
commit
f27e4253a1
6 changed files with 43 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue