다음을 통해 공유


SysHolographicWindowingEnvironment.IsHomeGestureReadyChanged 이벤트

정의

홈 제스처가 준비 상태로 들어오거나 떠날 때 발생하는 이벤트입니다. 이 API는 Windows 운영 체제의 구성 요소에서만 사용할 수 있습니다.

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

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

// Revoke with event_revoker
SysHolographicWindowingEnvironment::IsHomeGestureReadyChanged_revoker IsHomeGestureReadyChanged(auto_revoke_t, TypedEventHandler<SysHolographicWindowingEnvironment, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysHolographicWindowingEnvironment,object> IsHomeGestureReadyChanged;
function onIsHomeGestureReadyChanged(eventArgs) { /* Your code */ }
sysHolographicWindowingEnvironment.addEventListener("ishomegesturereadychanged", onIsHomeGestureReadyChanged);
sysHolographicWindowingEnvironment.removeEventListener("ishomegesturereadychanged", onIsHomeGestureReadyChanged);
- or -
sysHolographicWindowingEnvironment.onishomegesturereadychanged = onIsHomeGestureReadyChanged;
Public Custom Event IsHomeGestureReadyChanged 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에서 도입되었습니다.)

설명

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

적용 대상