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

Function SwipeRecognizer

docs/app/js/sanddance-app.js:93937–93939  ·  view source on GitHub ↗

* Swipe * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction. * @constructor * @extends AttrRecognizer

()

Source from the content-addressed store, hash-verified

93935 * @constructor
93936 * @extends AttrRecognizer
93937 */ function SwipeRecognizer() {
93938 AttrRecognizer.apply(this, arguments);
93939 }
93940 inherit(SwipeRecognizer, AttrRecognizer, {
93941 /**
93942 * @namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected