chromium/third_party/blink/renderer/core/dom/pointer_lock_options.idl

// https://github.com/w3c/pointerlock/pull/49
dictionary PointerLockOptions {
    boolean unadjustedMovement = false;
};