|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
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... | |
generic keyboard hook interface for CFrame
|
inlinevirtual |
|
pure virtual |
should return 1 if no further key down processing should apply, otherwise -1
Implemented in VST3Editor.
Here is the caller graph for this function:
|
pure virtual |
should return 1 if no further key up processing should apply, otherwise -1
Implemented in VST3Editor.
Here is the caller graph for this function: