Ejemplo n.º 1
0
 public override void Do(TouchUserInput t1)
 {
     Conditional.Do(t1);
 }
Ejemplo n.º 2
0
 public bool Equals(TouchUserInput other)
 {
     return(this.InputState == other.InputState && this.InputWorldPos == other.InputWorldPos && this.InputWorldPosLastFrame == other.InputWorldPosLastFrame);
 }