|
Jamba C++ API 7.5.0
|
#include <vstgui4/vstgui/lib/cbitmap.h>#include <vstgui4/vstgui/lib/cfont.h>#include <vstgui4/vstgui/lib/vstkeycode.h>#include <pongasoft/Utils/Lerp.h>Go to the source code of this file.
Namespaces | |
| namespace | pongasoft |
| namespace | pongasoft::VST |
| namespace | pongasoft::VST::GUI |
| namespace | VSTGUI |
Typedefs | |
| using | BitmapPtr = CBitmap * |
| using | BitmapSPtr = SharedPointer<CBitmap> |
| using | FontPtr = CFontDesc * |
| using | FontSPtr = SharedPointer<CFontDesc> |
| using | GradientPtr = CGradient * |
| using | GradientSPtr = SharedPointer<CGradient> |
| using | KeyboardEventCallback = std::function<void(KeyboardEvent &)> |
| Used to register global keyboard hooks. | |
| using | Range = Utils::Range<CCoord> |
| Defines a Range. | |
Enumerations | |
| enum | CKeyboardEventResult : int32_t { kKeyboardEventNotHandled = -1 , kKeyboardEventHandled = 1 } |
| VSTGUI defines a CMouseEventResult enum for mouse handling but no enumeration for keyboard events which seems to be an oversight. More... | |