Get the list of controllers.
| C# | Visual Basic | Visual C++ |
public List<JoystickController> Controllers { get; }
Public ReadOnly Property Controllers As List(Of JoystickController)
public: property List<JoystickController^>^ Controllers { List<JoystickController^>^ get (); }