Controller.Controllers Property

Gets a list of all connected controllers.

Syntax

public:
static property IVectorView<IController^ >^ Controllers {
         IVectorView<IController^ >^ get ();
}  

Property value

Type: IVectorView<IController^ > 

  An enumerable list of all connected controllers.

Remarks

Controllers contains the set of controllers being tracked by the system and may include controllers that are not paired with a user.

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

Controller Class

Controller Members

Windows.Xbox.Input Namespace