* Fix special case of first single touch. While another touch is active, any new touch must not get the ID of the (ignored) first touch. * reset "last-touch" coordinate on touch-begin. Previously it was possible that the first motion event was ignored. NB: This does not fix missing events when the first touch coincides with any other finger (gesture?).