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

Function PanRecognizer

docs/app/js/sanddance-app.js:93763–93767  ·  view source on GitHub ↗

* Pan * Recognized when the pointer is down and moved in the allowed direction. * @constructor * @extends AttrRecognizer

()

Source from the content-addressed store, hash-verified

93761 * @constructor
93762 * @extends AttrRecognizer
93763 */ function PanRecognizer() {
93764 AttrRecognizer.apply(this, arguments);
93765 this.pX = null;
93766 this.pY = null;
93767 }
93768 inherit(PanRecognizer, AttrRecognizer, {
93769 /**
93770 * @namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected