SpatialRecognitionStartedEventArgs.IsGesturePossible 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定手势是否可行,给定相关交互源的功能。 例如,语音不能用于操作手势。
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
参数
- gesture
- SpatialGestureSettings
要测试的特定单一手势。
返回
Boolean
bool
手势是否仍然可行。