RawTouchEventArgs.

RawTouchEventArgs(IInputDevice, ulong, IInputRoot, RawPointerEventType, Point, RawInputModifiers, long) Constructor

Namespace
Avalonia.Input.Raw
Containing Type
RawTouchEventArgs

Syntax

public RawTouchEventArgs(IInputDevice device, ulong timestamp, IInputRoot root, RawPointerEventType type, Point position, RawInputModifiers inputModifiers, long touchPointId)

Parameters

Name Type Description
device IInputDevice
timestamp ulong
root IInputRoot
type RawPointerEventType
position Point
inputModifiers RawInputModifiers
touchPointId long

Return Value

Type Description
void