VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
IKeyboardHook Class Referenceabstract

generic keyboard hook interface for CFrame More...

#include <cframe.h>

+ 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. More...
 

Detailed Description

generic keyboard hook interface for CFrame

Constructor & Destructor Documentation

◆ ~IKeyboardHook()

virtual ~IKeyboardHook ( )
virtualdefaultnoexcept

Member Function Documentation

◆ onKeyboardEvent()

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: