XRInputSourceEvent
Overview
The WebXR Device API's XRInputSourceEvent interface describes an event which has occurred on a WebXR user input device such as a hand controller, gaze tracking system, or motion tracking system.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
frame
property frame: dynamic read;
dynamic frame { get; }
var frame: dynamic { get{} }
dynamic frame { __get; }
ReadOnly Property frame() As dynamic
inputSource
property inputSource: dynamic read;
dynamic inputSource { get; }
var inputSource: dynamic { get{} }
dynamic inputSource { __get; }
ReadOnly Property inputSource() As dynamic