} //ListenForLearnRequest void ListenForDisplayMode() { if (Input.GetKeyDown(KeyCode.Tab)) { InputPlus.ToggleDataView(); } } //ListenForLearnRequest