Joystick
ChangeControllerType Method (index, type)
NamespacesDXJoystickJoystickConfigChangeControllerType(Int32, JoystickControllerTypes)
Change a controller's type.
Declaration Syntax
C#Visual BasicVisual C++
public JoystickController ChangeControllerType(
	int index,
	JoystickControllerTypes type
)
Public Function ChangeControllerType ( _
	index As Integer, _
	type As JoystickControllerTypes _
) As JoystickController
public:
JoystickController^ ChangeControllerType(
	int index, 
	JoystickControllerTypes type
)
Parameters
index (Int32)
The index of the controller in the Controllers list.
type (JoystickControllerTypes)
The new controller type.
Return Value

[Missing <returns> documentation for M:DXJoystick.JoystickConfig.ChangeControllerType(System.Int32,DXJoystick.JoystickControllerTypes)]

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0