ASPiK SDK
|
generic keyboard hook interface for CFrame More...
#include <cframe.h>
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 | |
generic keyboard hook interface for CFrame