| Interface Technology Basics VST 3.7
    SDK for developing VST plug-in | 
Simple data-struct representing a key-stroke on the keyboard. More...
#include <keycodes.h>
| Public Member Functions | |
| SMTG_CONSTEXPR14 | KeyCode (char character=0, uint8 virt=0, uint8 modifier=0) | 
| Constructs a new KeyCode.  More... | |
| SMTG_CONSTEXPR14 KeyCode & | operator= (const KeyCode &other) SMTG_NOEXCEPT | 
| Public Attributes | |
| char | character {0} | 
| The associated character.  More... | |
| uint8 | virt {0} | 
| The associated virtual key-code.  More... | |
| uint8 | modifier {0} | 
| The associated virtual modifier-code.  More... | |
Simple data-struct representing a key-stroke on the keyboard.
| 
 | inline | 
Constructs a new KeyCode.
| 
 | inline | 
| char character {0} | 
The associated character.
| uint8 virt {0} | 
The associated virtual key-code.
| uint8 modifier {0} | 
The associated virtual modifier-code.