Joystick
JoystickButtonPairController Constructor (joystick, control, buttonDown, buttonUp)
NamespacesDXJoystickJoystickButtonPairControllerJoystickButtonPairController(Joystick, IValueControl, Int32, Int32)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public JoystickButtonPairController(
	Joystick joystick,
	IValueControl control,
	int buttonDown,
	int buttonUp
)
Public Sub New ( _
	joystick As Joystick, _
	control As IValueControl, _
	buttonDown As Integer, _
	buttonUp As Integer _
)
public:
JoystickButtonPairController(
	Joystick^ joystick, 
	IValueControl^ control, 
	int buttonDown, 
	int buttonUp
)
Parameters
joystick (Joystick)
The joystick to be connected.
control (IValueControl)
The IValueControl to be connected.
buttonDown (Int32)
The button to move the IValueControl toward ValueMin.
buttonUp (Int32)
The button to move the IValueControl toward ValueMax.

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0