SpatialRecognitionStartedEventArgs.IsGesturePossible Method

Definition

Returns whether the specified gesture is possible, given the capabilities of the relevant interaction source. For example, Voice cannot be used for Manipulation gestures.

public:
 virtual bool IsGesturePossible(SpatialGestureSettings gesture) = IsGesturePossible;
bool IsGesturePossible(SpatialGestureSettings const& gesture);
public bool IsGesturePossible(SpatialGestureSettings gesture);
function isGesturePossible(gesture)
Public Function IsGesturePossible (gesture As SpatialGestureSettings) As Boolean

Parameters

gesture
SpatialGestureSettings

The specific single gesture to test for.

Returns

Boolean

bool

Whether the gesture is still possible.

Applies to