add commented out dtor

This commit is contained in:
Christian Semmler 2023-06-16 14:29:58 +02:00
parent 4e2a445469
commit 41ddff59bd
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C
2 changed files with 9 additions and 0 deletions

View File

@ -72,10 +72,18 @@ LegoNavController::LegoNavController()
MxTimer *timer = Timer();
this->m_time = timer->GetTime();
// TODO: InputManager()
// LegoInputManager* inputManager = InputManager();
// inputManager->Register(this);
}
// TODO: InputManager()
// LegoNavController::~LegoNavController()
// {
// LegoInputManager* inputManager = InputManager();
// inputManager->UnRegister(this);
// }
// TODO: VideoManager()
// void LegoNavController::SetControlMax(int p_hMax, int p_vMax)
// {

View File

@ -18,6 +18,7 @@ class LegoNavController : public MxCore
float p_rotationSensitivity, MxBool p_turnUseVelocity);
LegoNavController();
// virtual ~LegoNavController();
// void SetControlMax(int p_hMax, int p_vMax);
void ResetToDefault();