typo fixed
This commit is contained in:
parent
e3d167bd7f
commit
636e2e439c
@ -23,7 +23,7 @@ a single delegate pattern.
|
|||||||
<p>The main differences are that <code>PointerEvent</code> are fired for each
|
<p>The main differences are that <code>PointerEvent</code> are fired for each
|
||||||
touch point, whereas the <code>TouchEvent</code> collects multiple
|
touch point, whereas the <code>TouchEvent</code> collects multiple
|
||||||
<code>TouchPoints</code> into a single event. The basic PointMap and Interaction
|
<code>TouchPoints</code> 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.</p>
|
of their original mouse, touch, or pointer events.</p>
|
||||||
<h2>
|
<h2>
|
||||||
Point Maps
|
Point Maps
|
||||||
|
Loading…
Reference in New Issue
Block a user