ControllerOrderFilter Enumeration

Selects which set of contollers will show up in the filtered list of controllers.

Syntax

[FlagsAttribute]
public enum class ControllerOrderFilter  

Members

Member Value Description
None Show both tracked accessories and bodies.
TrackedAccessories Show only tracked accessories.
TrackedBodies Show only tracked bodies.

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

Remarks

This enumeration is passed to the Controller.GetControllersOrderedLeftToRight Method to select which controllers are returned.

See also

Reference

Controller.GetControllersOrderedLeftToRight Method

Windows.Xbox.Input Namespace