* Check if focus event reporting is enabled
()
| 1815 | * Check if focus event reporting is enabled |
| 1816 | */ |
| 1817 | public hasFocusEvents(): boolean { |
| 1818 | this.assertOpen(); |
| 1819 | return this.wasmTerm!.hasFocusEvents(); |
| 1820 | } |
| 1821 | |
| 1822 | /** |
| 1823 | * Check if mouse tracking is enabled |
no test coverage detected