- Namespace
- Avalonia
.Input - Base Types
-
- object
- EventArgs
- RoutedEventArgs
- Derived Types
graph BT
Type-->Base0["RoutedEventArgs"]
click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs"
Base0-->Base1["EventArgs"]
Base1-->Base2["object"]
Type["PointerEventArgs"]
class Type type-node
Derived0["PointerReleasedEventArgs"]-->Type
click Derived0 "/api/Avalonia.Input/PointerReleasedEventArgs"
Derived1["PointerWheelEventArgs"]-->Type
click Derived1 "/api/Avalonia.Input/PointerWheelEventArgs"
Derived2["PointerPressedEventArgs"]-->Type
click Derived2 "/api/Avalonia.Input/PointerPressedEventArgs"
Syntax
public class PointerEventArgs : RoutedEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Device | IPointerDevice | |
Handled | bool |
Inherited from RoutedEventArgs
|
InputModifiers | InputModifiers | |
KeyModifiers | KeyModifiers | |
Pointer | IPointer | |
Properties | Pointer |
Returns the current pointer point properties
|
Route | RoutingStrategies |
Inherited from RoutedEventArgs
|
RoutedEvent | RoutedEvent? |
Inherited from RoutedEventArgs
|
Source | IInteractive? |
Inherited from RoutedEventArgs
|
Timestamp | ulong |
Methods
Name | Value | Summary |
---|---|---|
GetCurrentPoint |
PointerPoint |
Returns the PointerPoint associated with the current event
|
GetPointerPoint |
PointerPoint | |
GetPosition |
Point |