Go to the source code of this file.
Classes | |
class | EventManager |
The Event Manager is the central interface point to all event related functions of this program. More... | |
Typedefs | |
typedef sigslot::signal1< void * > | EventSlot |
Functions | |
void | bindEventManager (asIScriptEngine *engine) |
Binds the EventManager class to AngelScript so that it can be used within scripts. |
typedef sigslot::signal1<void*> EventSlot |
Definition at line 23 of file EventManager.h.
void bindEventManager | ( | asIScriptEngine * | engine | ) |
Binds the EventManager class to AngelScript so that it can be used within scripts.
Definition at line 473 of file EventManager.cpp.