[Missing <summary> documentation for "N:VVVV.Utils.IO"]
Classes
| Class | Description | |
|---|---|---|
| KeyboardState |
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 }
|
Structures
| Structure | Description | |
|---|---|---|
| MouseState |
Encapsulates the state of a mouse.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| MouseButton |