* Press * Recognized when the pointer is down for x ms without any movement. * @constructor * @extends Recognizer
()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected