* Whether the keyboard input is currently active. * @return {boolean}
()
| 141 | * @return {boolean} |
| 142 | */ |
| 143 | isKeyboardActive() { |
| 144 | return this.keyboardActive_; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Registers an event handle for changes in the keyboard input. |
no outgoing calls
no test coverage detected