Skip to content

fallback: don't send a single-touch motion if we just sent a begin

Any touch down event will also provide motion data, but we must not send a motion event for those in the same frame as the down event.

Fixes #375 (closed)

Merge request reports