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:
Hongfei Shang 2025-11-05 11:31:38 +08:00
parent 2821282dc9
commit 3f48d11958

View file

@ -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);