Share via


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

互動來源不代表特定手部。

適用於