Class RawMouseWheelEventArgs
[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
IInputDevicetimestamp
ulongroot
IInputRootposition
Pointdelta
VectorinputModifiers
RawInputModifiers
Properties
Delta
public Vector Delta { get; }