Skip to main content

Type Alias: LockMousePointerAim

type LockMousePointerAim = "off" | "always" | "on-drag";

Defined in: livelink.js/sources/rendering/camera/CameraControllerPreset.ts:13

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.