Exemple #1
0
 public AerKeyboard(int inputDelay = 10)
 {
     _Keyboard   = new DXInputEmulate();
     _InputDelay = inputDelay;
 }
Exemple #2
0
 public AerKeyboard(int inputDelay = 10)
 {
     _Keyboard = new DXInputEmulate();
     _InputDelay = inputDelay;
 }