ApplicationRequiresPointerMode Enum

Definition

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

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.

Applies to