ApplicationRequiresPointerMode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
使用しないでください。
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 | ポインター以外の入力デバイスを使用して自由に移動できるマウス カーソルを使用したポインターに似た操作エクスペリエンス。 |