Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The XRInputSourceArray interface's entries() method returns a JavaScript iterator which can then be used to iterate over the key/value pairs in the input source array. Each item in the array is an XRInputSource object.
Most frequently, you will use this in tandem with statements such as for...of.
None.
An iterator which can be used to walk through the list of XRInputSource objects included in the input source array.
This example snippet gets the list of inputs for a session and tries to handle each type of input device it supports using.
For each input in the list, gamepad inputs are dispatched to a checkGamepad() with the input's Gamepad object, taken from its gamepad property, as an input
For other devices, we look for tracked-pointer devices in the player's main hand, dispatching those to a handleMainHandInput() method.
| WebXR Device API # xrinputsourcearray |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 8, 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.