다음을 통해 공유


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

상호 작용 원본은 특정 손을 나타내지 않습니다.

적용 대상