* Whether the mouse input has been detected. * @return {boolean}
()
| 120 | * @return {boolean} |
| 121 | */ |
| 122 | isMouseDetected() { |
| 123 | return this.hasMouse_; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Registers an event handle in case if the mouse is detected. |
no outgoing calls
no test coverage detected