C# Class OpenTkEngine.Core.Gui.TextField

Inheritance: Control, KeyListener
Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ScrollCheck ( ) : void

Method Details

CharDown() public method

public CharDown ( char c ) : void
c char
return void

Disable() public method

public Disable ( ) : void
return void

GetText() public method

public GetText ( ) : string
return string

IsActive() public method

public IsActive ( ) : bool
return bool

KeyDown() public method

public KeyDown ( Key key ) : void
key Key
return void

OnKeyDown() public method

public OnKeyDown ( object sender, OpenTK args ) : void
sender object
args OpenTK
return void

OnKeyPress() public method

public OnKeyPress ( object sender, OpenTK args ) : void
sender object
args OpenTK
return void

OnKeyUp() public method

public OnKeyUp ( object sender, OpenTK args ) : void
sender object
args OpenTK
return void

RenderContent() public method

public RenderContent ( ) : void
return void

SetMaxChar() public method

public SetMaxChar ( int max ) : void
max int
return void

SetText() public method

public SetText ( string text ) : void
text string
return void

TextField() public method

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

Update() public method

public Update ( ) : void
return void