SunsetHigh.KeyModifierEntry.sendNewKey C# (CSharp) Method

sendNewKey() public method

public sendNewKey ( Keys key ) : void
key Keys
return void
        public void sendNewKey(Keys key)
        {
            KeyboardManager.changeKeyControl(inputType, key);
        }