Encapsulates the state of a keyboard. GetHashCode and Equals methods are overwritten
so that two keyboard states can be easily compared.
Use the KeyChars property to retrieve all pressed characters.
Example:
Keys = { Shift, a, d }
KeyChars = { A, D }
Namespace: VVVV.Utils.IOAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public class KeyboardState : IEquatable<KeyboardState> |