C# 클래스 OpenTkEngine.Core.Gui.TextField

상속: Control, KeyListener
파일 보기 프로젝트 열기: jikoriko/OpentkEngine 1 사용 예제들

공개 메소드들

메소드 설명
CharDown ( char c ) : void
Disable ( ) : void
GetText ( ) : string
IsActive ( ) : bool
KeyDown ( Key key ) : void
OnKeyDown ( object sender, OpenTK args ) : void
OnKeyPress ( object sender, OpenTK args ) : void
OnKeyUp ( object sender, OpenTK args ) : void
RenderContent ( ) : void
SetMaxChar ( int max ) : void
SetText ( string text ) : void
TextField ( int x, int y, int z, int width, State state ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
ScrollCheck ( ) : void

메소드 상세

CharDown() 공개 메소드

public CharDown ( char c ) : void
c char
리턴 void

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

KeyDown() 공개 메소드

public KeyDown ( Key key ) : void
key Key
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( object sender, OpenTK args ) : void
sender object
args OpenTK
리턴 void

OnKeyPress() 공개 메소드

public OnKeyPress ( object sender, OpenTK args ) : void
sender object
args OpenTK
리턴 void

OnKeyUp() 공개 메소드

public OnKeyUp ( object sender, OpenTK args ) : void
sender object
args OpenTK
리턴 void

RenderContent() 공개 메소드

public RenderContent ( ) : void
리턴 void

SetMaxChar() 공개 메소드

public SetMaxChar ( int max ) : void
max int
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : void
text string
리턴 void

TextField() 공개 메소드

public TextField ( int x, int y, int z, int width, State state ) : System
x int
y int
z int
width int
state State
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void