Esempio n. 1
0
 //InputX method shortcuts
 public bool Down(bool firstFixedOnly = false)
 {
     return(InputX.Down(this.inputs, firstFixedOnly));
 }