inputSource property

XRInputSource get inputSource

The XRInputSourceEvent interface's read-only inputSource property specifies the XRInputSource which generated the input event. This information lets you handle the event appropriately given the particulars of the user input device being manipulated.

Implementation

external XRInputSource get inputSource;