Handles MultiTouch event, creating appropritate Touch and MultiTouch objects and firing events on the DOM.
Static Methods
-
Touches.deregisterMultiTouch() ARCore/touches.js, line 321
-
Stops a multitouch from getting updates.
-
Touches.registerMultiTouch() ARCore/touches.js, line 313
-
Registers a MultiTouch for updates. By default, MultiTouches aren't updated. However, once they have subscribers, the should call this method to start receiving updates.