An enumeration of the types of JoystickControllers
| C# | Visual Basic | Visual C++ |
public enum JoystickControllerTypes
Public Enumeration JoystickControllerTypes
public enum class JoystickControllerTypes
| Member | Description |
|---|---|
| Axis |
Type for a JoystickAxisController.
|
| Slider |
Type for a JoystickAxisController.
|
| ButtonPair |
Type for a JoystickButtonPairController.
|
| POVPair |
Type for a JoystickPOVPairController.
|