VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
generic keyboard hook interface for CFrame More...
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.
|
pure virtual |
should return 1 if no further key up processing should apply, otherwise -1
Implemented in VST3Editor.