Controller.GetControllerById Method

Gets the controller using the controller id.

Syntax

public:
static IController^ GetControllerById(
         uint64 controllerId
)  

Parameters

controllerId
Type: uint64 

 The controller id.

Return value

Type: IController 

The controller.

Remarks

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