public void SetDeviceIndex(DPVRControllerType device_type, int device_index = 0) { this.device_type = device_type; this.device_index = device_index; }
public DPVR_Steam_Controller_Peripheral(DpnPeripheral _peripheral, DPVRControllerType type) { peripheral = _peripheral; device_type = type; }