MCPcopy Index your code
hub / github.com/ampproject/amphtml / isTouchDetected

Method isTouchDetected

src/input.js:101–103  ·  view source on GitHub ↗

* Whether the touch input has been detected. * @return {boolean}

()

Source from the content-addressed store, hash-verified

99 * @return {boolean}
100 */
101 isTouchDetected() {
102 return this.hasTouch_;
103 }
104
105 /**
106 * Registers an event handle in case if the touch is detected.

Callers 3

onTouchDetectedMethod · 0.95
test-input.jsFile · 0.80
setupDateField_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected