Table of Contents

Class RawPointerGestureEventArgs

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

Constructors

RawPointerGestureEventArgs(IInputDevice, ulong, IInputRoot, RawPointerEventType, Point, Vector, RawInputModifiers)

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

Parameters

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

Properties

Delta

public Vector Delta { get; }

Property Value

Vector