Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.Press C# (CSharp) Method

Press() public abstract method

Presses the specified virtual key to the window.
public abstract Press ( Keys key ) : void
key Keys The virtual key to press.
return void
        public abstract void Press(Keys key);
        /// <summary>

Same methods

BaseKeyboard::Press ( Keys key, TimeSpan interval ) : void