LockMousePointerAim
type LockMousePointerAim = "off" | "always" | "on-drag";
Defined in: livelink.js/sources/rendering/CameraControllerPreset.ts:12
Aim of the pointer lock:
"off"
: disable pointer lock."always"
: lock pointer as soon as the pointer is down and never unlock it."on-drag"
: lock pointer as soon as the first pointer is down and unlock it when ell the pointers are up.