https://bugs.freedesktop.org/show_bug.cgi?id=104828

--- Comment #21 from Hi-Angel <hi-an...@yandex.ru> ---
Ok, I think I found a very nice way to encode the check with a binary array and
a match for 101b pattern, and whole check now is just 3 comparisons and 4
assignments in the worst case, so we can keep it enabled not only "5 times for
still finger".

Question for Peter: how can I figure whether current movement is left or right?
I initially was going to use the `t->point.x`, like, "if it's negative, then I
probably move left" but then I figured it's probably some kind of absolute
coordinates, so I'm not very sure what to use.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to