From 636e2e439c48c8bfa5de18ed026566422173a1c6 Mon Sep 17 00:00:00 2001 From: Manfred Knobloch Date: Mon, 3 Jun 2019 11:39:33 +0200 Subject: [PATCH] typo fixed --- lib/interaction.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interaction.html b/lib/interaction.html index 1fb1b04..ab7d9d7 100644 --- a/lib/interaction.html +++ b/lib/interaction.html @@ -23,7 +23,7 @@ a single delegate pattern.

The main differences are that PointerEvent are fired for each touch point, whereas the TouchEvent collects multiple TouchPoints into a single event. The basic PointMap and Interaction -classes unify this behavior by collection all contact points regardless +classes unify this behavior by collecting all contact points regardless of their original mouse, touch, or pointer events.

Point Maps