Initializes a new instance of the Joystick class.

Namespace:  AForge.Controls
Assembly:  AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Joystick()

Remarks

This constructor does not make initialization of any joystick device, so Init(Int32) method should be used before querying joystick status or properties.

See Also