// Unselects word and resets the latest selected one public void ResetWord() { display.SetWord(word); display.ResetColor(); typeIndex = 0; }