* Whether the touch input has been detected. * @return {boolean}
()
| 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. |
no outgoing calls
no test coverage detected