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

相互作用ソースは、特定の手を表していません。

適用対象