C# 클래스 _1942.KeyBoardInput

파일 보기 프로젝트 열기: Hoobler/Projekt1

공개 메소드들

메소드 설명
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