Returns all the pressed characters.
For example if the KeyCodes property contains SHIFT and A, this property will return 'A'
or if the KeyCodes property contains CTRL, ALT and Q, this property will return '@'
on a german keyboard.
Namespace: VVVV.Utils.IOAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public ReadOnlyCollection<char> KeyChars { get; } |