FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::IEventSource Class Referenceabstract

Representation of event source (a thing sending events) More...

#include <ieventsource.h>

+ Inheritance diagram for FIFE::IEventSource:
+ Collaboration diagram for FIFE::IEventSource:

Public Member Functions

virtual EventSourceType getEventSourceType ()=0
 Gets the source type of this event. More...
 
virtual ~IEventSource ()
 

Detailed Description

Representation of event source (a thing sending events)

Definition at line 42 of file ieventsource.h.

Constructor & Destructor Documentation

◆ ~IEventSource()

virtual FIFE::IEventSource::~IEventSource ( )
inlinevirtual

Definition at line 49 of file ieventsource.h.

Member Function Documentation

◆ getEventSourceType()

virtual EventSourceType FIFE::IEventSource::getEventSourceType ( )
pure virtual

Gets the source type of this event.

Returns
source type of this event

Implemented in FIFE::EventManager, and FIFE::JoystickManager.


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