VRDeviceEvent constructor - VRDeviceEvent - dart:html library (original) (raw)

description

VRDeviceEvent(

  1. String type,
  2. Map eventInitDict )

Implementation

factory VRDeviceEvent(String type, Map eventInitDict) {
  var eventInitDict_1 = convertDartToNative_Dictionary(eventInitDict);
  return VRDeviceEvent._create_1(type, eventInitDict_1);
}