* Pan * Recognized when the pointer is down and moved in the allowed direction. * @constructor * @extends AttrRecognizer
()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected