Click or drag to resize
Accord.NET (logo)

JoystickGetAvailableDevices Method

Get list of available joysticks connected to the system.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static List<JoystickDeviceInfo> GetAvailableDevices()
Request Example View Source

Return Value

Type: ListJoystickDeviceInfo
Returns list containing information about available joysticks connected to the system.
See Also