* Binds the ~ (tilde) key to toggle the visor. * * This is called by default when the visor is initially created. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 218 | * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} |
| 219 | */ |
| 220 | bindKeys() { |
| 221 | return this.visorComponent.bindKeys(); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Unbinds the keyboard control to toggle the visor. |