I would like to know if it is possible to disable the ESCAPE option (using PointerLockControls and ThreeJS) when pressing escape on your keyboard.
I want to use this key for another purpose in my project!
Thanks in advance for any help!
I would like to know if it is possible to disable the ESCAPE option (using PointerLockControls and ThreeJS) when pressing escape on your keyboard.
I want to use this key for another purpose in my project!
Thanks in advance for any help!
AFAIK, no. This behavior can't be controlled by an app. It's important for the usability that the user can always escape the pointer lock in a default manner.