FIFE 2008.0
|
#include <ec_ikeyfilter.h>
Public Member Functions | |
virtual bool | isFiltered (const KeyEvent &event)=0 |
Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events
Definition at line 42 of file ec_ikeyfilter.h.
virtual bool FIFE::IKeyFilter::isFiltered | ( | const KeyEvent & | event | ) | [pure virtual] |
Check whether a keyevent should be filtered out.
event | They key event. |