RawInputEventArgs.

RawInputEventArgs(IInputDevice, ulong, IInputRoot) Constructor

Summary

Initializes a new instance of the RawInputEventArgs class.
Namespace
Avalonia.Input.Raw
Containing Type
RawInputEventArgs

Syntax

public RawInputEventArgs(IInputDevice device, ulong timestamp, IInputRoot root)

Parameters

Name Type Description
device IInputDevice The associated device.
timestamp ulong The event timestamp.
root IInputRoot The root from which the event originates.

Return Value

Type Description
void