VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
OldKeyboardHookAdapter Class Referenceabstract

#include <cframe.h>

+ Inheritance diagram for OldKeyboardHookAdapter:

Public Member Functions

virtual int32_t onKeyDown (const VstKeyCode &code, CFrame *frame)=0
 
virtual int32_t onKeyUp (const VstKeyCode &code, CFrame *frame)=0
 
- Public Member Functions inherited from IKeyboardHook
virtual ~IKeyboardHook () noexcept=default
 
virtual void onKeyboardEvent (KeyboardEvent &event, CFrame *frame)=0
 the event will not be dispatched further if it is consumed. More...
 

Member Function Documentation

◆ onKeyDown()

virtual int32_t onKeyDown ( const VstKeyCode code,
CFrame frame 
)
pure virtual

◆ onKeyUp()

virtual int32_t onKeyUp ( const VstKeyCode code,
CFrame frame 
)
pure virtual

The documentation for this class was generated from the following files: