Selects which set of contollers will show up in the filtered list of controllers.
[FlagsAttribute]
public enum class ControllerOrderFilter
| Member | Value | Description |
|---|---|---|
| None | 0 | Show both tracked accessories and bodies. |
| TrackedAccessories | 1 | Show only tracked accessories. |
| TrackedBodies | 2 | Show only tracked bodies. |
Namespace: Windows.Xbox.Input
Metadata: windows.winmd
This enumeration is passed to the Controller.GetControllersOrderedLeftToRight Method to select which controllers are returned.