VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
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.
 

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: