|
FIFE
|
Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events. More...
#include <ec_imousefilter.h>
Collaboration diagram for FIFE::IMouseFilter:Public Member Functions | |
| virtual bool | isFiltered (const MouseEvent &event)=0 |
| Check whether a mouseevent should be filtered out. More... | |
| virtual | ~IMouseFilter () |
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_imousefilter.h.
|
inlinevirtual |
Definition at line 50 of file ec_imousefilter.h.
|
pure virtual |
Check whether a mouseevent should be filtered out.
Those are not consumed by dispatchSdlEvent (guimanagers).
| event | They mouse event. |
Referenced by FIFE::EventManager::processMouseEvent().
Here is the caller graph for this function: