VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
IKeyboardHook Class Referenceabstract

generic keyboard hook interface for CFrame More...

+ Inheritance diagram for IKeyboardHook:

Public Member Functions

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

Detailed Description

generic keyboard hook interface for CFrame

Constructor & Destructor Documentation

virtual ~IKeyboardHook ( )
inlinevirtual

Member Function Documentation

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

should return 1 if no further key down processing should apply, otherwise -1

Implemented in VST3Editor.

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

should return 1 if no further key up processing should apply, otherwise -1

Implemented in VST3Editor.


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