Click or drag to resize

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.DirectInput
Assembly: Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public string instanceName { get; }

Property Value

String
See Also