C# Класс _1942.KeyBoardInput

Показать файл Открыть проект

Открытые методы

Метод Описание
TextInput ( int LengtOfText, bool fullKeyBoardInput ) : string

Call this method when you want basic text input.

Описание методов

TextInput() публичный статический Метод

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
Результат string