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

generic keyboard hook interface for CFrame More...

+ Inheritance diagram for IKeyboardHook:

Public Member Functions

virtual ~IKeyboardHook () noexcept=default
 
virtual void onKeyboardEvent (KeyboardEvent &event, CFrame *frame)=0
 the event will not be dispatched further if it is consumed.
 

Detailed Description

generic keyboard hook interface for CFrame

Constructor & Destructor Documentation

virtual ~IKeyboardHook ( )
virtualdefaultnoexcept

Member Function Documentation

virtual void onKeyboardEvent ( KeyboardEvent event,
CFrame frame 
)
pure virtual

the event will not be dispatched further if it is consumed.


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