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

Properties


frame

property frame: dynamic read;
var frame: dynamic { 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