- Namespace
- Avalonia
.Input .Raw - Containing Type
- Raw
Text Input Event Args
Syntax
public RawTextInputEventArgs(IKeyboardDevice device, ulong timestamp, IInputRoot root, string text)
Parameters
Name | Type | Description |
---|---|---|
device | IKeyboardDevice | |
timestamp | ulong | |
root | IInputRoot | |
text | string |
Return Value
Type | Description |
---|---|
void |