Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input mocking, input sources change event #25463

Merged
merged 15 commits into from Jan 9, 2020

Update test to use newer API

  • Loading branch information
Manishearth committed Jan 9, 2020
commit b10ba77a2319e305d45d45c9bf00e8c567a21687
"testharness"
],
"webxr/xrInputSource_add_remove.https.html": [
"4c50670c70ec87754a777cc0bcfe8272e794ca07",
"33264ddd68ab09e2ed6a596614116bd1225f2665",
"testharness"
],
"webxr/xrInputSource_emulatedPosition.https.html": [
@@ -46,7 +46,7 @@
assert_equals(input_sources[1].handedness, "none");
});

fakeDeviceController.removeInputSource(input_source_1);
input_source_1.disconnect();

session.requestAnimationFrame((time, xrFrame) => {
let input_sources = session.inputSources;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.