disableKeyboard
Disable keyboard rotation.
Example
Here's an example of preventing rotation using a keyboard.
- JSON
- Javascript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
rotate: {
disableKeyboard: true
},
projection: new EquirectProjection({
src: "/pano/equirect/veste.jpg",
})
}