mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 18:30:06 +01:00
tools: fix print for touch up in demo client
Signed-off-by: Hongfei Shang <shanghongfei@kylinos.cn> Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/363>
This commit is contained in:
parent
2821282dc9
commit
3f48d11958
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ int main(int argc, char **argv)
|
||||||
ei_device_frame(touch, now);
|
ei_device_frame(touch, now);
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
colorprint("sending touch down event\n");
|
colorprint("sending touch up event\n");
|
||||||
ei_touch_up(t);
|
ei_touch_up(t);
|
||||||
ei_device_frame(touch, now);
|
ei_device_frame(touch, now);
|
||||||
t = ei_touch_unref(t);
|
t = ei_touch_unref(t);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue