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?
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?