iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
IKeyPress Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

IKeyPress::IKeyPress ( const char *  _utf8,
int  vk,
bool  s = false,
bool  c = false,
bool  a = false 
)
inline
Todo:
Parameters
_utf8

Definition at line 624 of file IPlugStructs.h.


The documentation for this struct was generated from the following file: