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 | |
virtual int32_t | onKeyUp (const VstKeyCode &code, CFrame *frame)=0 |
should return 1 if no further key up processing should apply, otherwise -1 |
generic keyboard hook interface for CFrame
virtual ~IKeyboardHook | ( | ) | [inline, virtual] |
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.