DirectInputControllerExtensioninstanceName Property |
Gets or sets the friendly instance name of the device.
This property exists for advanced applications that want to change the friendly instance name of a device (as returned in the tszInstanceName member of the DeviceInstance structure) to distinguish it from similar devices that are plugged in simultaneously. Most applications should have no need to change the friendly name.
Namespace: Rewired.Platforms.Windows.DirectInputAssembly: Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string instanceName { get; }
Property Value
String
See Also