iPlug 2: 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) | |
| IKeyPress Constructor. More... | |
| 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 614 of file IPlugStructs.h.
|
inline |
IKeyPress Constructor.
- Parameters
-
_utf8 UTF8 key vk Windows Virtual Key s Is SHIFT modifier pressed c Is CTRL/CMD modifier pressed a Is ALT modifier pressed
Definition at line 626 of file IPlugStructs.h.
◆ DBGPrint()
|
inline |
◆ A
◆ C
◆ S
◆ utf8
char IKeyPress::utf8[5] = { 0 }
◆ VK
The documentation for this struct was generated from the following file: