//============================================================================== // Constructor. See if there is a simple way to have one or more Input // controllers. Maybe register at construction time //============================================================================== CommanderInputController::CommanderInputController() { RegisterInputController(this); }
//============================================================================== // Constructor. See if there is a simple way to have one or more Input // controllers. Maybe register at construction time //============================================================================== DIYXBeeController::DIYXBeeController() { RegisterInputController(this); }