Dummy method for subclasses to override. Base chip set cannot be focused.
()
| 160 | |
| 161 | /** Dummy method for subclasses to override. Base chip set cannot be focused. */ |
| 162 | focus() {} |
| 163 | |
| 164 | /** Handles keyboard events on the chip set. */ |
| 165 | _handleKeydown(event: KeyboardEvent) { |
no outgoing calls
no test coverage detected