FIFE  6e1afdbeda11afe9ac53e6023a4be96ef88f1dc6
FIFE::IMouseFilter Class Referenceabstract

Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events. More...

#include <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 ()
 

Detailed Description

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 imousefilter.h.

Constructor & Destructor Documentation

virtual FIFE::IMouseFilter::~IMouseFilter ( )
inlinevirtual

Definition at line 50 of file imousefilter.h.

Member Function Documentation

virtual bool FIFE::IMouseFilter::isFiltered ( const MouseEvent event)
pure virtual

Check whether a mouseevent should be filtered out.

Those are not consumed by dispatchSdlEvent (guimanagers).

Parameters
eventThey mouse event.

Referenced by FIFE::EventManager::processMouseEvent().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: