inputSource property

XRInputSource inputSource

Implementation

XRInputSource get inputSource => js_util.getProperty(this, 'inputSource');
void inputSource=(XRInputSource newValue)

Implementation

set inputSource(XRInputSource newValue) {
  js_util.setProperty(this, 'inputSource', newValue);
}