void InputHandler::logTrackingVerbose() { myClient->logTracking(false); }
void InputHandler::logTrackingTerse() { myClient->logTracking(true); }