public virtual bool Any()
 {
     return(BoolButtons.Any() || FloatControls.Any());
 }
 public bool Any()
 {
     return(BoolButtons.Any() || AxisControls.Any());
 }
Beispiel #3
0
 public bool Any()
 {
     return(BoolButtons.Any() || Axes.Any());
 }