Click or drag to resize
Accord.NET (logo)

Joystick Constructor

Initializes a new instance of the Joystick class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public Joystick()
Request Example View Source
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