MCPcopy Create free account
hub / github.com/microsoft/SandDance / PinchRecognizer

Function PinchRecognizer

docs/app/js/sanddance-app.js:93823–93825  ·  view source on GitHub ↗

* Pinch * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out). * @constructor * @extends AttrRecognizer

()

Source from the content-addressed store, hash-verified

93821 * @constructor
93822 * @extends AttrRecognizer
93823 */ function PinchRecognizer() {
93824 AttrRecognizer.apply(this, arguments);
93825 }
93826 inherit(PinchRecognizer, AttrRecognizer, {
93827 /**
93828 * @namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected