|
Jamba C++ API 7.5.0
|
#include <vstgui4/vstgui/lib/cframe.h>#include <vstgui4/vstgui/lib/events.h>#include <pongasoft/VST/GUI/Types.h>#include "SelfContainedViewListener.h"Go to the source code of this file.
Classes | |
| class | GlobalKeyboardHook |
| The CView class provides a method to handle keyboard events (CView::onKeyboardEvent) which only works as long as the view itself has focus. More... | |
Namespaces | |
| namespace | pongasoft |
| namespace | pongasoft::VST |
| namespace | pongasoft::VST::GUI |
| namespace | pongasoft::VST::GUI::Views |
Functions | |
| std::shared_ptr< GlobalKeyboardHook > | registerGlobalKeyboardHook (CView *iView) |
| This is the main entry point that you should use to register a global keyboard hook. | |