PointerUpdateKind 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.
public enum class PointerUpdateKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class PointerUpdateKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum PointerUpdateKind
var value = Microsoft.UI.Input.PointerUpdateKind.other
Public Enum PointerUpdateKind
- Inheritance
-
PointerUpdateKind
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Other | 0 | |
| LeftButtonPressed | 1 | |
| LeftButtonReleased | 2 | |
| RightButtonPressed | 3 | |
| RightButtonReleased | 4 | |
| MiddleButtonPressed | 5 | |
| MiddleButtonReleased | 6 | |
| XButton1Pressed | 7 | |
| XButton1Released | 8 | |
| XButton2Pressed | 9 | |
| XButton2Released | 10 |