ICorePointerInputSource2 인터페이스

정의

포인터 입력의 동작을 정의합니다(작업자 스레드에서 처리하기 위한).

public interface class ICorePointerInputSource2 : ICorePointerInputSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.Guid(3607326858, 17686, 18310, 177, 229, 39, 81, 213, 99, 249, 151)]
struct ICorePointerInputSource2 : ICorePointerInputSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.Guid(3607326858, 17686, 18310, 177, 229, 39, 81, 213, 99, 249, 151)]
public interface ICorePointerInputSource2 : ICorePointerInputSource
Public Interface ICorePointerInputSource2
Implements ICorePointerInputSource
파생
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

속성

DispatcherQueue

플랫폼 개체와 연결된 DispatcherQueue 를 가져옵니다.

HasCapture

포인터 입력 원본에 캡처 기능이 있는 경우 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerCursor

포인터 커서 형식을 가져오거나 설정합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerPosition

화면 좌표에서 포인터의 현재 위치를 가져옵니다.

(다음에서 상속됨 ICorePointerInputSource)

메서드

ReleasePointerCapture()

포인터 입력 데이터의 캡처를 중지합니다.

(다음에서 상속됨 ICorePointerInputSource)
SetPointerCapture()

포인터 입력 디바이스가 지원하는 경우 포인터 입력 데이터의 캡처를 시작합니다.

(다음에서 상속됨 ICorePointerInputSource)

이벤트

PointerCaptureLost

포인터 입력 캡처 스트림이 실패하거나 손실되면 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerEntered

포인터가 UI 요소에 들어갈 때 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerExited

포인터가 UI 요소를 종료할 때 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerMoved

포인터를 이동할 때 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerPressed

포인터에 대한 누름 동작(예: 화면 누르기 또는 마우스 클릭)이 수신될 때 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerReleased

포인터에 대해 릴리스 작업(예: 화면 보도 자료 또는 마우스 클릭 릴리스)을 수신할 때 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)
PointerWheelChanged

포인터 휠(마우스 또는 가상)의 위치가 변경된 경우에 발생합니다.

(다음에서 상속됨 ICorePointerInputSource)

적용 대상

추가 정보