草案
此页面不完整。
安全上下文
此特征只可用于
安全上下文
(HTTPS),在某些或所有
支持浏览器
.
oninputsourcechange
attribute of the
XRSession
object is the event handler for the
inputsourcechange
event, which is dispatched when session's list of active XR input sources has changed. The list itself is accessible via
XRSession.inputSources
.
注意:
XRInputSource
对象在
XRSession.inputSources
array are "live", so values within them are updated in-place. Therefore if you wish to compare input states between frames, you should make a copy of the content of the state in question.
XRSession.oninputsourceschange = function(event) { ... }
XRSession.oninputsourceschange = function(event) {
console.log("The list of active XR input sources has changed.")
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebXR 设备 API
The definition of 'XRSession.oninputsourceschange' in that specification. |
工作草案 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
oninputsourceschange
|
Chrome 79 | Edge 79 | Firefox No | IE No | Opera No | Safari No | WebView Android No | Chrome Android 79 | Firefox Android No | Opera Android No | Safari iOS No | Samsung Internet Android 11.2 |
完整支持
不支持