tbx
0.7.5
|
Listener for KeyPressed WIMP event. More...
#include <keylistener.h>
Public Member Functions | |
virtual void | key (KeyEvent &event)=0 |
virtual function called when the application receives a key pressed window event More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Listener for KeyPressed WIMP event.
If the listener uses the key it should call KeyEvent::key_used so no other listeners can use it and it is not passed on to the WIMP.
|
pure virtual |
virtual function called when the application receives a key pressed window event
event | details of where the key pressed and it's location |