- Namespace
- Avalonia
.Input .Raw - Containing Type
- Raw
Mouse Wheel Event Args
Syntax
public RawMouseWheelEventArgs(IInputDevice device, ulong timestamp, IInputRoot root, Point position, Vector delta, RawInputModifiers inputModifiers)
Parameters
Name | Type | Description |
---|---|---|
device | IInputDevice | |
timestamp | ulong | |
root | IInputRoot | |
position | Point | |
delta | Vector | |
inputModifiers | RawInputModifiers |
Return Value
Type | Description |
---|---|
void |