iPlug2 - C++ Audio Plug-in Framework
|
Used for key press info, such as ASCII representation, virtual key (mapped to win32 codes) and modifiers. More...
#include <IPlugStructs.h>
Public Member Functions | |
IKeyPress (const char *_utf8, int vk, bool s=false, bool c=false, bool a=false) | |
void | DBGPrint () const |
Public Attributes | |
int | VK |
char | utf8 [5] = { 0 } |
bool | S |
bool | C |
bool | A |
Used for key press info, such as ASCII representation, virtual key (mapped to win32 codes) and modifiers.
Definition at line 612 of file IPlugStructs.h.
|
inline |