We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bab619 commit 04fd866Copy full SHA for 04fd866
docs/index-dist.html
@@ -24,7 +24,7 @@
24
.PointerLock(document.documentElement)
25
.on("change", function (isLocked) {
26
console.info("PointerLock-LockedState: " + isLocked);
27
- pointerLock.$element.toggle("locked");
+ pointerLock.$element.toggleClass("locked");
28
});
29
30
$(pointerLock.element).on("click", function () {
0 commit comments