RawKeyEventArgs.

RawKeyEventArgs(IKeyboardDevice, ulong, IInputRoot, RawKeyEventType, Key, RawInputModifiers) Constructor

Namespace
Avalonia.Input.Raw
Containing Type
RawKeyEventArgs

Syntax

public RawKeyEventArgs(IKeyboardDevice device, ulong timestamp, IInputRoot root, RawKeyEventType type, Key key, RawInputModifiers modifiers)

Parameters

Name Type Description
device IKeyboardDevice
timestamp ulong
root IInputRoot
type RawKeyEventType
key Key
modifiers RawInputModifiers

Return Value

Type Description
void