FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::IKeyFilter Class Referenceabstract

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

#include <ikeyfilter.h>

+ Collaboration diagram for FIFE::IKeyFilter:

Public Member Functions

virtual bool isFiltered (const KeyEvent &event)=0
 Check whether a keyevent should be filtered out. More...
 
virtual ~IKeyFilter ()
 

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

Constructor & Destructor Documentation

◆ ~IKeyFilter()

virtual FIFE::IKeyFilter::~IKeyFilter ( )
inlinevirtual

Definition at line 50 of file ikeyfilter.h.

Member Function Documentation

◆ isFiltered()

virtual bool FIFE::IKeyFilter::isFiltered ( const KeyEvent event)
pure virtual

Check whether a keyevent should be filtered out.

Parameters
eventThey key event.

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

+ Here is the caller graph for this function:

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