Читати англійською

Поділитися через


InputPointerSourceDeviceKinds Enum

Definition

Specifies the pointer input device types that can be used with an InputPointerSource.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum InputPointerSourceDeviceKinds
Inheritance
InputPointerSourceDeviceKinds
Attributes

Fields

Name Value Description
None 0

Not supported.

Touch 1

Touch-enabled device.

Pen 2

Pen device.

Mouse 4

Mouse device.

Applies to

Продукт Версії
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also