C# Class _1942.KeyBoardInput

Afficher le fichier Open project: Hoobler/Projekt1

Méthodes publiques

Méthode Description
TextInput ( int LengtOfText, bool fullKeyBoardInput ) : string

Call this method when you want basic text input.

Method Details

TextInput() public static méthode

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
Résultat string