Information about initialized joystick.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public Joystick..::.DeviceInfo Info { get; } |
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.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ApplicationException | Joystick was not initialized. |