CoreIndependentInputSourceController クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられたビジュアル オブジェクトの 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
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
注釈
コントローラーの 入力ソース によって発生する入力イベントは、コントローラーが作成されたスレッドで発生します。
プロパティ
IsPalmRejectionEnabled |
ペン使用時に、拡張ロジックを使用して偶発的なタッチ入力を検出するかどうかを取得または設定します。 |
IsTransparentForUncontrolledInput |
コントローラーに配信するように現在構成されていない入力に対して、コントローラーの入力ソースに関連付けられているビジュアルを透過的として扱う必要があるかどうかを取得または設定します。 |
Source |
CoreIndependentInputSourceController に関連付けられている入力ソース オブジェクトを取得します。 |
メソッド
Close() |
CoreIndependentInputSourceController インスタンスを閉じ、割り当てられたリソースを解放します。 |
CreateForIVisualElement(IVisualElement) |
指定した IVisualElement に対して CoreIndependentInputSourceController を作成します。 |
CreateForVisual(Visual) |
指定した Visual の CoreIndependentInputSourceController を作成 します。 |
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 |
SetControlledInput(CoreInputDeviceTypes) |
CoreIndependentInputSourceController に関連付けられている入力ソースに配信する必要がある CoreInputDeviceTypes を識別します。 |
SetControlledInput(CoreInputDeviceTypes, CoreIndependentInputFilters, CoreIndependentInputFilters) |
指定したフィルターに基づいて、CoreIndependentInputSourceController に関連付けられている入力ソースに配信する必要がある CoreInputDeviceTypes を識別します。 |