Controller::NewController
Defined in:
Constructs a new controller of a particular type.
C4Controller.h
Prototype
static Controller *NewController(ControllerType type);
Parameters
type |
The type of controller to construct. |
Description
The NewController
function constructs a new controller having the type specified by the type
parameter.
See Also