InteractionTracker.GetBindingMode Method

Definition

Retrieves the binding axis mode between two interaction trackers.

public:
 static InteractionBindingAxisModes GetBindingMode(InteractionTracker ^ boundTracker1, InteractionTracker ^ boundTracker2);
 static InteractionBindingAxisModes GetBindingMode(InteractionTracker const& boundTracker1, InteractionTracker const& boundTracker2);
public static InteractionBindingAxisModes GetBindingMode(InteractionTracker boundTracker1, InteractionTracker boundTracker2);
function getBindingMode(boundTracker1, boundTracker2)
Public Shared Function GetBindingMode (boundTracker1 As InteractionTracker, boundTracker2 As InteractionTracker) As InteractionBindingAxisModes

Parameters

boundTracker1
InteractionTracker

The first interaction tracker in the binding.

boundTracker2
InteractionTracker

The second interaction tracker in the binding.

Returns

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to