public KeyboardRowSelectorInput() { FocusCycler = new FocusCycler(this, FocusIndexChanged, firstCycleDelayMultiplier: 1.5f); }
public SectionSelectorInputStrategy() { FocusCycler = new FocusCycler(this, FocusIndexChanged, mayFocus: MayFocusOnSection); }
public WordSuggestionSelectorInput() { FocusCycler = new FocusCycler(this, FocusIndexChanged); }
public KeyboardColumnSelectorInputStrategy() { FocusCycler = new FocusCycler(this, FocusIndexChanged); }