Ejemplo n.º 1
0
 public KeyboardRowSelectorInput()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged, firstCycleDelayMultiplier: 1.5f);
 }
Ejemplo n.º 2
0
 public SectionSelectorInputStrategy()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged, mayFocus: MayFocusOnSection);
 }
 public WordSuggestionSelectorInput()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged);
 }
 public KeyboardColumnSelectorInputStrategy()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged);
 }