XRSession.inputSources - Web APIs 编辑
Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The read-only inputSources
property of the XRSession
interface returns an XRInputSourceArray
object which lists all controllers and input devices which are expressly associated with the XR device and are currently available. These controllers may include handheld controllers, XR-equipped gloves, optically tracked hands, and gaze-based input methods. Keyboards, gamepads, and mice are not considered WebXR input sources.
Note: Traditional gamepad controllers are supported using the Gamepad API.
Syntax
inputSources = xrSession.inputSources;
Value
An XRInputSourceArray
object listing all of the currently-connected input controllers which are linked specifically to the XR device currently in use. The returned object is live; as devices are connected to and removed from the user's system, the list's contents update to reflect the changes.
Usage notes
You can add a handler for the XRSession
event inputsourceschange
to be advised when the contents of the session's connected devices list changes. You can then either get the value of inputSources
to examine the list, or you can refer to a reference to the list that you've previously saved.
Specifications
Specification | Status | Comment |
---|---|---|
WebXR Device API The definition of 'XRSession.inputSources' in that specification. | Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论