CoreIndependentInputSourceController 클래스

정의

연결된 시각적 개체에 대한 CoreIndependentInputSource를 만들고 해당 원본에서 받은 입력을 관리하는 개체를 나타냅니다.

public ref class CoreIndependentInputSourceController sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CoreIndependentInputSourceController final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CoreIndependentInputSourceController : System.IDisposable
Public NotInheritable Class CoreIndependentInputSourceController
Implements IDisposable
상속
Object Platform::Object IInspectable CoreIndependentInputSourceController
특성
구현

Windows 요구 사항

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

설명

컨트롤러의 입력 원본 에 의해 발생한 입력 이벤트는 컨트롤러가 만들어진 스레드에서 발생합니다.

속성

IsPalmRejectionEnabled

펜을 사용할 때 실수로 인한 터치 입력을 감지하는 데 향상된 논리를 사용할지 여부를 가져오거나 설정합니다.

IsTransparentForUncontrolledInput

컨트롤러의 입력 원본과 연결된 시각적 개체가 현재 컨트롤러에 전달되도록 구성되지 않은 입력에 대해 투명으로 처리되어야 하는지 여부를 가져오거나 설정합니다.

Source

CoreIndependentInputSourceController와 연결된 입력 원본 개체를 가져옵니다.

메서드

Close()

CoreIndependentInputSourceController instance 닫고 할당된 리소스를 해제합니다.

CreateForIVisualElement(IVisualElement)

지정된 IVisualElement에 대한 CoreIndependentInputSourceController를 만듭니다.

CreateForVisual(Visual)

지정된 시각적 개체에 대한 CoreIndependentInputSourceController를 만듭니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

SetControlledInput(CoreInputDeviceTypes)

CoreIndependentInputSourceController와 연결된 입력 원본에 전달되어야 하는 CoreInputDeviceTypes를 식별합니다.

SetControlledInput(CoreInputDeviceTypes, CoreIndependentInputFilters, CoreIndependentInputFilters)

지정된 필터를 기반으로 CoreIndependentInputSourceController와 연결된 입력 원본에 전달되어야 하는 CoreInputDeviceTypes를 식별합니다.

적용 대상

추가 정보