Click or drag to resize
Accord.NET (logo)

JoystickInfo Property

Information about initialized joystick.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public JoystickDeviceInfo Info { get; }
Request Example View Source

Property Value

Type: JoystickDeviceInfo
Exceptions
ExceptionCondition
ApplicationExceptionJoystick was not initialized.
Remarks

The property keeps information about joystick, which was initialized using Init(Int32) method. If no joystick was initialized, then accessing this property will generate ApplicationException exception.

See Also