Controller::WakeController
Defined in:
Wakes a sleeping controller.
C4Controller.h
Prototype
virtual void WakeController(void);
Description
The WakeController
function wakes a controller that was previously placed in the sleeping state by the Controller::SleepController
function. The Controller::MoveController
function is called only for controllers that are currently in the non-sleeping state.Any override of the
WakeController
function should always call the base class counterpart.
See Also