- Namespace
- Avalonia
.Input - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["PointerUpdateKind"]
class Type type-node
Syntax
public enum PointerUpdateKind
Fields
Name | Constant Value | Summary |
---|---|---|
LeftButtonPressed | 0 |
static
|
LeftButtonReleased | 5 |
static
|
MiddleButtonPressed | 1 |
static
|
MiddleButtonReleased | 6 |
static
|
Other | 10 |
static
|
RightButtonPressed | 2 |
static
|
RightButtonReleased | 7 |
static
|
XButton1Pressed | 3 |
static
|
XButton1Released | 8 |
static
|
XButton2Pressed | 4 |
static
|
XButton2Released | 9 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetMouseButton |
MouseButton | |
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|