ASPiK SDK
VSTGUI::IKeyboardHook Class Referenceabstract

generic keyboard hook interface for CFrame More...

#include <cframe.h>

Inheritance diagram for VSTGUI::IKeyboardHook:
VSTGUI::PluginGUI Steinberg::Vst::Project::PluginEditor

Public Member Functions

virtual int32_t onKeyDown (const VstKeyCode &code, CFrame *frame)=0
 should return 1 if no further key down processing should apply, otherwise -1
 
virtual int32_t onKeyUp (const VstKeyCode &code, CFrame *frame)=0
 should return 1 if no further key up processing should apply, otherwise -1
 

Detailed Description

generic keyboard hook interface for CFrame


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