Get list of available joysticks connected to the system.

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

Syntax

C#
public static List<Joystick..::.DeviceInfo> GetAvailableDevices()

Return Value

Returns list containing information about available joysticks connected to the system.

See Also