コード例 #1
0
 public void SetDeviceIndex(DPVRControllerType device_type, int device_index = 0)
 {
     this.device_type  = device_type;
     this.device_index = device_index;
 }
コード例 #2
0
 public DPVR_Steam_Controller_Peripheral(DpnPeripheral _peripheral, DPVRControllerType type)
 {
     peripheral  = _peripheral;
     device_type = type;
 }