videojs / videojs-vr

A plugin to add 360 and VR video support to video.js.
https://videojs-vr.netlify.com/
MIT License
543 stars 145 forks source link

ability to disable mouse input/ keyboard input on desktops #167

Closed blurymind closed 5 years ago

blurymind commented 5 years ago

I want to implement my own desktop OS input style, but the default one is getting in the way. Is there an option to disable or overwrite all default binding inputs (mouse and keyboard) or do I have to dig and remove the event listeners manually somehow?

blurymind commented 5 years ago

nevermind, I figured out how to do it