mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 17:20:05 +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);
|
||||
break;
|
||||
case 4:
|
||||
colorprint("sending touch down event\n");
|
||||
colorprint("sending touch up event\n");
|
||||
ei_touch_up(t);
|
||||
ei_device_frame(touch, now);
|
||||
t = ei_touch_unref(t);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue