interface PointerLockOptions {
    unadjustedMovement?: boolean;
}

Properties

unadjustedMovement?: boolean