InputPointerSourceDeviceKinds 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.
Specifies the pointer input device types that can be used with an InputPointerSource.
This enumeration supports a bitwise combination of its member values.
public enum class InputPointerSourceDeviceKinds
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class InputPointerSourceDeviceKinds
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum InputPointerSourceDeviceKinds
var value = Microsoft.UI.Input.InputPointerSourceDeviceKinds.none
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. |