* Pinch * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out). * @constructor * @extends AttrRecognizer
()
| 93821 | * @constructor |
| 93822 | * @extends AttrRecognizer |
| 93823 | */ function PinchRecognizer() { |
| 93824 | AttrRecognizer.apply(this, arguments); |
| 93825 | } |
| 93826 | inherit(PinchRecognizer, AttrRecognizer, { |
| 93827 | /** |
| 93828 | * @namespace |
nothing calls this directly
no outgoing calls
no test coverage detected