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

Write() public abstract method

Writes the specified character to the window.
public abstract Write ( char character ) : void
character char The character to write.
return void
        public abstract void Write(char character);
        #endregion

Same methods

BaseKeyboard::Write ( string text ) : void