FIFE
|
#include <iostream>
#include "util/base/exception.h"
#include "util/log/logger.h"
#include "util/math/fife_math.h"
#include "eventchannel/key/ec_key.h"
#include "eventchannel/key/ec_keyevent.h"
#include "eventchannel/key/ec_ikeyfilter.h"
#include "eventchannel/mouse/ec_mouseevent.h"
#include "eventchannel/command/ec_command.h"
#include "video/renderbackend.h"
#include "eventmanager.h"
Go to the source code of this file.
Namespaces | |
FIFE | |
All FIFE related code is in this namespace. | |
Functions | |
template<typename T > | |
void | FIFE::removeListener (std::deque< T > &vec, T &listener) |
template<typename T > | |
void | FIFE::addListener (std::deque< T > &vec, T &listener) |
Variables | |
static Logger | FIFE::_log (LM_EVTCHANNEL) |