Exemplo n.º 1
0
 private void SendForce( DirectInputWrapper.ForceType Type )
 {
     if ( this.chkPlayer1.Checked )
         DirectInputWrapper.SendForce( Type, true );
     if ( this.chkPlayer2.Checked )
         DirectInputWrapper.SendForce( Type, false );
 }