ICorePointerInputSource2 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポインター入力の動作を定義します (ワーカー スレッドでの処理用)。
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) |