![]() |
• Controller System |
|
API Links
Developer Links
|
Controller::WakeDefined in:
Wakes a sleeping controller.
C4Controller.hPrototype
Description
The Wake function wakes a controller that was previously placed in the sleeping state by the Controller::Sleep function. The Controller::Move function is called only for controllers that are currently in the non-sleeping state.Any override of the Wake function should always call the base class counterpart.
See Also
|