![]() |
• Controller System |
|
API Links
Developer Links
|
Controller::SleepDefined in:
Puts a controller to sleep.
C4Controller.hPrototype
Description
The Sleep function puts a controller to sleep so that it receives no processing time. The Controller::Move function is not called for controllers that are currently in the sleeping state. A controller can be returned to the non-sleeping state by calling the Controller::Wake function.Any override of the Sleep function should always call the base class counterpart.
See Also
|