|
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()
Public Shared Function GetAvailableDevices As List(Of JoystickDeviceInfo)
Request Example
View SourceReturn Value
Type:
ListJoystickDeviceInfoReturns list containing information about available joysticks connected to
the system.
See Also