RawMouseWheelEventArgs.

RawMouseWheelEventArgs(IInputDevice, ulong, IInputRoot, Point, Vector, RawInputModifiers) Constructor

Namespace
Avalonia.Input.Raw
Containing Type
RawMouseWheelEventArgs

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