GameControllerFactoryManager.RegisterCustomFactoryForXusbType Method

Definition

Registers a factory for a Xusb type controller.

public:
 static void RegisterCustomFactoryForXusbType(ICustomGameControllerFactory ^ factory, XusbDeviceType xusbType, XusbDeviceSubtype xusbSubtype);
 static void RegisterCustomFactoryForXusbType(ICustomGameControllerFactory const& factory, XusbDeviceType const& xusbType, XusbDeviceSubtype const& xusbSubtype);
public static void RegisterCustomFactoryForXusbType(ICustomGameControllerFactory factory, XusbDeviceType xusbType, XusbDeviceSubtype xusbSubtype);
function registerCustomFactoryForXusbType(factory, xusbType, xusbSubtype)
Public Shared Sub RegisterCustomFactoryForXusbType (factory As ICustomGameControllerFactory, xusbType As XusbDeviceType, xusbSubtype As XusbDeviceSubtype)

Parameters

factory
ICustomGameControllerFactory

The factory to register.

xusbType
XusbDeviceType

The Xusb device type.

xusbSubtype
XusbDeviceSubtype

The Xusb device subtype.

Applies to