Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.Write C# (CSharp) Méthode

Write() public abstract méthode

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

Same methods

BaseKeyboard::Write ( string text ) : void