SpatialRecognitionStartedEventArgs.IsGesturePossible Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.