#include <vstgui4/vstgui/lib/cframe.h>
#include <pongasoft/VST/GUI/Types.h>
#include "SelfContainedViewListener.h"
Go to the source code of this file.
|
class | GlobalKeyboardHook |
| The CView class provides 2 methods to handle keyboard events (CView::onKeyDown and CView::onKeyUp ) 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...
|
|