Table of Contents

Class RawMouseWheelEventArgs

Namespace
Avalonia.Input.Raw
Assembly
Avalonia.Base.dll
[PrivateApi]
public class RawMouseWheelEventArgs : RawPointerEventArgs
Inheritance
RawMouseWheelEventArgs
Inherited Members

Constructors

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

public RawMouseWheelEventArgs(IInputDevice device, ulong timestamp, IInputRoot root, Point position, Vector delta, RawInputModifiers inputModifiers)

Parameters

device IInputDevice
timestamp ulong
root IInputRoot
position Point
delta Vector
inputModifiers RawInputModifiers

Properties

Delta

public Vector Delta { get; }

Property Value

Vector