protected AbstractControllerProxy(IHidDeviceProxy device, IControllerDefinition definition)
 {
     Device     = device;
     Definition = definition;
 }
示例#2
0
 public RiingTrioControllerProxy(IHidDeviceProxy device, IControllerDefinition definition)
     : base(device, definition)
 {
 }