public PreProcessInputEventArgs(InputEventArgs input)
 {
     this.Input = input;
 }
Esempio n. 2
0
 public void ProcessInput(InputEventArgs input)
 {
     this.stack.Push(input);
     this.ProcessStack();
 }
Esempio n. 3
0
 public void ProcessInput(InputEventArgs input)
 {
     this.stack.Push(input);
     this.ProcessStack();
 }