RawGameController.RawGameControllers Property

Definition

The list of all connected raw game controllers.

public:
 static property IVectorView<RawGameController ^> ^ RawGameControllers { IVectorView<RawGameController ^> ^ get(); };
static IVectorView<RawGameController> RawGameControllers();
public static IReadOnlyList<RawGameController> RawGameControllers { get; }
var iVectorView = RawGameController.rawGameControllers;
Public Shared ReadOnly Property RawGameControllers As IReadOnlyList(Of RawGameController)

Property Value

The list of all connected raw game controllers.

Remarks

RawGameController objects are managed by the system, therefore you don't have to create or initialize them. Instead, you can access connected raw game controllers through this property. Because you might only be interested in some of the connected raw game controllers, we recommend that you maintain your own collection.

This list is initially empty and will not list raw game controllers even if they are already connected. After a short period this will return a complete list of raw game controllers.

Applies to