Example #1
0
 // Is called from the gaze controls
 public override void IsActivated()
 {
     base.IsActivated();
     if (!isClearButton)
     {
         keypad.AddToCombination(character);
     }
     else         // When we want to clear the combination
     {
         keypad.ClearCombination();
     }
 }