GNOME Bugzilla – Bug 709761
Implement touch update event throttling
Last modified: 2013-10-09 21:00:00 UTC
I had pretty terrible performance with touch compared to pointer events interactions. Turns out we don't throttle touch events like we do for pointer events.
Created attachment 256844 [details] [review] stage: implement touch event throttling
Review of attachment 256844 [details] [review]: AFAIR, we never implemented touch event compression because of the lack of precision - but that was years ago, and we have API to disable it anyway already. CR pass.
Comment on attachment 256844 [details] [review] stage: implement touch event throttling Pushed to 1.16 and master.