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

Function PressRecognizer

docs/app/js/sanddance-app.js:93856–93860  ·  view source on GitHub ↗

* Press * Recognized when the pointer is down for x ms without any movement. * @constructor * @extends Recognizer

()

Source from the content-addressed store, hash-verified

93854 * @constructor
93855 * @extends Recognizer
93856 */ function PressRecognizer() {
93857 Recognizer.apply(this, arguments);
93858 this._timer = null;
93859 this._input = null;
93860 }
93861 inherit(PressRecognizer, Recognizer, {
93862 /**
93863 * @namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected