RawGameController.HardwareVendorId Property

Definition

The hardware vendor ID of the raw game controller.

public:
 property unsigned short HardwareVendorId { unsigned short get(); };
uint16_t HardwareVendorId();
public ushort HardwareVendorId { get; }
var uInt16 = rawGameController.hardwareVendorId;
Public ReadOnly Property HardwareVendorId As UShort

Property Value

UInt16

unsigned short

uint16_t

The hardware vendor ID of the raw game controller.

Remarks

See RawGameController.HardwareProductId for information about how to use this value to support specific types of controllers.

Applies to