webrtc-streaming-core
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -128,2 +128,9 @@ "use strict"; | ||
this.relativeMouse = !(document.pointerLockElement == null); | ||
if (this.isFullscreen()) { | ||
this.shortcuts.forEach((element) => { | ||
if (element.code == keys_model_2.ShortcutCode.PointerLock) { | ||
element.ManualTrigger(); | ||
} | ||
}); | ||
} | ||
}, 100); | ||
@@ -250,9 +257,2 @@ } | ||
}); | ||
if ((event.key == "Esc" || event.key == "Escape") && this.isFullscreen()) { | ||
this.shortcuts.forEach((element) => { | ||
if (element.code == keys_model_2.ShortcutCode.PointerLock) { | ||
element.ManualTrigger(); | ||
} | ||
}); | ||
} | ||
if (disable_send) | ||
@@ -259,0 +259,0 @@ return; |
{ | ||
"name": "webrtc-streaming-core", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141199