Class RawTextInputEventArgs
[PrivateApi]
public class RawTextInputEventArgs : RawInputEventArgs
- Inheritance
-
RawTextInputEventArgs
- Inherited Members
Constructors
RawTextInputEventArgs(IKeyboardDevice, ulong, IInputRoot, string)
public RawTextInputEventArgs(IKeyboardDevice device, ulong timestamp, IInputRoot root, string text)
Parameters
device
IKeyboardDevicetimestamp
ulongroot
IInputRoottext
string
Properties
Text
public string Text { get; }