ICorePointerRedirector 인터페이스

정의

프로세스 간 입력 처리에 대한 포인터 이벤트를 정의합니다.

ICorePointerRedirector 인터페이스의 구현은 CoreWindow 클래스에서 제공됩니다.

입력 연결은 입력 경계에 도달할 때 부모 개체(호스트)와 중첩된 자식 개체(구성 요소)의 상호 작용 동작을 나타냅니다.

단일 프로세스에서 포함된(또는 중첩된) 콘텐츠 체인은 직접 조작을 통해 시스템에서 관리됩니다.

프로세스 간 연결의 경우 이 인터페이스에 정의된 포인터 이벤트는 입력 라우팅 세부 정보를 제공합니다.

public interface class ICorePointerRedirector
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2409434260, 22152, 19212, 169, 241, 249, 49, 247, 250, 61, 195)]
struct ICorePointerRedirector
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.Guid(2409434260, 22152, 19212, 169, 241, 249, 49, 247, 250, 61, 195)]
public interface ICorePointerRedirector
Public Interface ICorePointerRedirector
파생
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

이벤트

PointerRoutedAway

포인터가 다른 입력 개체로 리디렉션될 때 포인터 입력을 수신하는 입력 개체에서 발생합니다(별도의 프로세스일 수 있음).

PointerRoutedReleased

입력 개체에서 CoreIndependentInputSource.PointerReleased 이벤트를 발생시키는 포인터와 연결되어 있지만 현재 입력을 받지 않는 모든 입력 개체에서 발생합니다.

PointerRoutedTo

캡처된 포인터 입력이 이전에 다른 개체로 전달되고 이 개체로 전달될 때 발생합니다.

적용 대상

추가 정보