コード例 #1
0
 public KeyboardRowSelectorInput()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged, firstCycleDelayMultiplier: 1.5f);
 }
コード例 #2
0
 public SectionSelectorInputStrategy()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged, mayFocus: MayFocusOnSection);
 }
コード例 #3
0
 public WordSuggestionSelectorInput()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged);
 }
コード例 #4
0
 public KeyboardColumnSelectorInputStrategy()
 {
     FocusCycler = new FocusCycler(this, FocusIndexChanged);
 }