SpatialInteractionSourceHandedness 枚举

定义

指定交互源是表示用户的左手还是右手。

public enum class SpatialInteractionSourceHandedness
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class SpatialInteractionSourceHandedness
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum SpatialInteractionSourceHandedness
var value = Windows.UI.Input.Spatial.SpatialInteractionSourceHandedness.unspecified
Public Enum SpatialInteractionSourceHandedness
继承
SpatialInteractionSourceHandedness
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

字段

Left 1

交互源表示用户的左手。

Right 2

交互源表示用户的右手。

Unspecified 0

交互源不表示特定手。

适用于