ApplicationRequiresPointerMode 列挙型

定義

重要

使用しないでください。

ApplicationRequiresPointerMode は、Windows アプリ SDKではサポートされていません。

キーボードやゲーム コントローラーなどのポインター以外のデバイスの操作エクスペリエンスを指定します。

public enum class ApplicationRequiresPointerMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ApplicationRequiresPointerMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ApplicationRequiresPointerMode
Public Enum ApplicationRequiresPointerMode
継承
ApplicationRequiresPointerMode
属性

フィールド

Auto 0

入力デバイスの既定のシステム エクスペリエンス。

WhenRequested 1

ポインター以外の入力デバイスを使用して自由に移動できるマウス カーソルを使用したポインターに似た操作エクスペリエンス。

適用対象