iPlug2 - C++ Audio Plug-in Framework
|
A Text entry widget drawn by IGraphics to optionally override platform text entries. More...
Go to the source code of this file.
Classes | |
class | ITextEntryControl |
A Text entry widget drawn by IGraphics. More... | |
Macros | |
#define | STB_TEXTEDIT_CHARTYPE char16_t |
#define | STB_TEXTEDIT_POSITIONTYPE int |
#define | STB_TEXTEDIT_STRING iplug::igraphics::ITextEntryControl |
#define | STB_TEXTEDIT_KEYTYPE uint32_t |
A Text entry widget drawn by IGraphics to optionally override platform text entries.
This allows better matching of text rendering during text input and display, but has disadvantages in terms of accessibility. This code is largely based on VSTGUI's generictextedit, using stb_textedit
Definition in file ITextEntryControl.h.