Comparing version 0.0.19 to 0.0.20
16
index.js
@@ -262,2 +262,6 @@ const events = require('events'); | ||
if (typeof nativeVr !== 'undefined') { | ||
nativeVr.requestPresent(sources); | ||
} | ||
process.nextTick(() => { | ||
@@ -273,2 +277,6 @@ this[windowSymbol].emit('vrdisplaypresentchange'); | ||
if (typeof nativeVr !== 'undefined') { | ||
nativeVr.exitPresent(); | ||
} | ||
process.nextTick(() => { | ||
@@ -621,3 +629,5 @@ this[windowSymbol].emit('vrdisplaypresentchange'); | ||
document.emit('pointerlockchange'); | ||
process.nextTick(() => { | ||
document.emit('pointerlockchange'); | ||
}); | ||
} | ||
@@ -635,3 +645,5 @@ } | ||
document.emit('pointerlockchange'); | ||
process.nextTick(() => { | ||
document.emit('pointerlockchange'); | ||
}); | ||
} | ||
@@ -638,0 +650,0 @@ } |
{ | ||
"name": "exokit", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
91055
2826