- Namespace
- Avalonia
.Input .Raw - Base Types
-
- object
- EventArgs
- RawInputEventArgs
- RawPointerEventArgs
graph BT
Type-->Base0["RawPointerEventArgs"]
click Base0 "/api/Avalonia.Input.Raw/RawPointerEventArgs"
Base0-->Base1["RawInputEventArgs"]
click Base1 "/api/Avalonia.Input.Raw/RawInputEventArgs"
Base1-->Base2["EventArgs"]
Base2-->Base3["object"]
Type["RawMouseWheelEventArgs"]
class Type type-node
Syntax
public class RawMouseWheelEventArgs : RawPointerEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Delta | Vector | |
Device | IInputDevice |
Gets the associated device.
Inherited from RawInputEventArgs
|
Handled | bool |
Gets or sets a value indicating whether the event was handled.
Inherited from RawInputEventArgs
|
InputModifiers | RawInputModifiers |
Gets the input modifiers.
Inherited from RawPointerEventArgs
|
Position | Point |
Gets the mouse position, in client DIPs.
Inherited from RawPointerEventArgs
|
Root | IInputRoot |
Gets the root from which the event originates.
Inherited from RawInputEventArgs
|
Timestamp | ulong |
Gets the timestamp associated with the event.
Inherited from RawInputEventArgs
|
Type | RawPointerEventType |
Gets the type of the event.
Inherited from RawPointerEventArgs
|