@doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 207 | |
| 208 | /** @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} */ |
| 209 | toggleFullScreen() { |
| 210 | return this.visorComponent.toggleFullScreen(); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Binds the ~ (tilde) key to toggle the visor. |
no outgoing calls
no test coverage detected