#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.
|
| 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...
|
| |
|
| std::shared_ptr< GlobalKeyboardHook > | registerGlobalKeyboardHook (CView *iView) |
| | This is the main entry point that you should use to register a global keyboard hook. More...
|
| |