Change a controller's type.
| C# | Visual Basic | Visual 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 )
- index (Int32)
- The index of the controller in the Controllers list.
- type (JoystickControllerTypes)
- The new controller type.
[Missing <returns> documentation for M:DXJoystick.JoystickConfig.ChangeControllerType(System.Int32,DXJoystick.JoystickControllerTypes)]