While(IsOperatorControl()&& IsEnabled()){ double pot = DartPot->Get(); if(){ } else if(stick->GetRawButton(1) == 1){ std::cout<<(pot)<<std::endl; } }