Constructor.
| C# | Visual Basic | Visual C++ |
public JoystickPOVPairController( Joystick joystick, IValueControl control )
Public Sub New ( _ joystick As Joystick, _ control As IValueControl _ )
public: JoystickPOVPairController( Joystick^ joystick, IValueControl^ control )
- joystick (Joystick)
- The joystick to be connected.
- control (IValueControl)
- The IValueControl to be connected.