ApplicationRequiresPointerMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
Do not use.
ApplicationRequiresPointerMode is not supported in the Windows App SDK.
Specifies the interaction experiences for non-pointer devices such as a keyboard or game controller.
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
- Inheritance
-
ApplicationRequiresPointerMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The default system experience for the input device. |
WhenRequested | 1 | A pointer-like interaction experience using a mouse cursor that can be freely moved using non-pointer input devices. |