C# Class _1942.KeyBoardInput

Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
TextInput ( int LengtOfText, bool fullKeyBoardInput ) : string

Call this method when you want basic text input.

Method Details

TextInput() public static method

Call this method when you want basic text input.
public static TextInput ( int LengtOfText, bool fullKeyBoardInput ) : string
LengtOfText int How long you want the maximum lenght to be
fullKeyBoardInput bool Set to true if you want to input more then one char at a time
return string