PointerDeviceType 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-based input device types recognized by Windows.
public enum class PointerDeviceType
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class PointerDeviceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum PointerDeviceType
var value = Microsoft.UI.Input.PointerDeviceType.touch
Public Enum PointerDeviceType
- Inheritance
-
PointerDeviceType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Touch | 0 | Touch pointer. |
Pen | 1 | Pen pointer. |
Mouse | 2 | Mouse pointer. |
Touchpad | 3 | Touchpad pointer. |