Jamba C++ API  4.0.0
GlobalKeyboardHook.h File Reference
#include <vstgui4/vstgui/lib/cframe.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 2 methods to handle keyboard events (CView::onKeyDown and CView::onKeyUp) which only works as long as the view itself has focus. More...
 

Namespaces

 pongasoft
 
 pongasoft::VST
 
 pongasoft::VST::GUI
 
 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. More...