* Swipe * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction. * @constructor * @extends AttrRecognizer
()
| 93935 | * @constructor |
| 93936 | * @extends AttrRecognizer |
| 93937 | */ function SwipeRecognizer() { |
| 93938 | AttrRecognizer.apply(this, arguments); |
| 93939 | } |
| 93940 | inherit(SwipeRecognizer, AttrRecognizer, { |
| 93941 | /** |
| 93942 | * @namespace |
nothing calls this directly
no outgoing calls
no test coverage detected