#include <Control.h>
Static Public Member Functions | |
static void | update () |
static void | registerController (Object *o) |
static void | detachController (Object *o) |
static void | detachAllControllers () |
Static Private Attributes | |
static std::vector< Object * > | _controllers |
Definition at line 6 of file Control.h.
|
Definition at line 35 of file Control.cpp. References _controllers. Referenced by SetControlCommand::execute(). |
|
Definition at line 26 of file Control.cpp. References _controllers. |
|
Definition at line 21 of file Control.cpp. References _controllers. Referenced by SetControlCommand::execute(), and Level::levelLoad(). |
|
Definition at line 10 of file Control.cpp. References _controllers. |
|
Definition at line 15 of file Control.h. Referenced by detachAllControllers(), detachController(), registerController(), and update(). |