public AerKeyboard(int inputDelay = 10) { _Keyboard = new DXInputEmulate(); _InputDelay = inputDelay; }