다음을 통해 공유


SysHolographicWindowingEnvironment.HomeGestureDetected 이벤트

정의

홈 제스처가 감지될 때 발생하는 이벤트입니다. 이 API는 Windows 운영 체제의 구성 요소에서만 사용할 수 있습니다.

// Register
event_token HomeGestureDetected(TypedEventHandler<SysHolographicWindowingEnvironment, IInspectable const&> const& handler) const;

// Revoke with event_token
void HomeGestureDetected(event_token const* cookie) const;

// Revoke with event_revoker
SysHolographicWindowingEnvironment::HomeGestureDetected_revoker HomeGestureDetected(auto_revoke_t, TypedEventHandler<SysHolographicWindowingEnvironment, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysHolographicWindowingEnvironment,object> HomeGestureDetected;
function onHomeGestureDetected(eventArgs) { /* Your code */ }
sysHolographicWindowingEnvironment.addEventListener("homegesturedetected", onHomeGestureDetected);
sysHolographicWindowingEnvironment.removeEventListener("homegesturedetected", onHomeGestureDetected);
- or -
sysHolographicWindowingEnvironment.onhomegesturedetected = onHomeGestureDetected;
Public Custom Event HomeGestureDetected As TypedEventHandler(Of SysHolographicWindowingEnvironment, Object) 

이벤트 유형

Windows 요구 사항

디바이스 패밀리
Windows Holographic System Implementation Extension SDK (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (v2.0에서 도입되었습니다.)

설명

Windows 운영 체제의 구성 요소가 아닌 모든 프로세스에 대해 런타임에 이러한 API에 대한 호출이 실패합니다. 이러한 API는 향후 Windows 릴리스에서 수정하거나 제거할 수 있습니다.

적용 대상