XRInputSourceEventInit
Overview
The XRInputSourceEventInit dictionary is used when calling the XRInputSourceEvent() constructor to provide configuration options for the newly-created XRInputSourceEvent object to take on.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
frame
property frame: dynamic read write;
dynamic frame { get; set; }
var frame: dynamic { get{} set{} }
dynamic frame { __get; __set; }
Property frame() As dynamic
inputSource
property inputSource: dynamic read write;
dynamic inputSource { get; set; }
var inputSource: dynamic { get{} set{} }
dynamic inputSource { __get; __set; }
Property inputSource() As dynamic