C# Class OpenTkEngine.Core.Gui.TextField

Inheritance: Control, KeyListener
Afficher le fichier Open project: jikoriko/OpentkEngine Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ScrollCheck ( ) : void

Method Details

CharDown() public méthode

public CharDown ( char c ) : void
c char
Résultat void

Disable() public méthode

public Disable ( ) : void
Résultat void

GetText() public méthode

public GetText ( ) : string
Résultat string

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

KeyDown() public méthode

public KeyDown ( Key key ) : void
key Key
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( object sender, OpenTK args ) : void
sender object
args OpenTK
Résultat void

OnKeyPress() public méthode

public OnKeyPress ( object sender, OpenTK args ) : void
sender object
args OpenTK
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( object sender, OpenTK args ) : void
sender object
args OpenTK
Résultat void

RenderContent() public méthode

public RenderContent ( ) : void
Résultat void

SetMaxChar() public méthode

public SetMaxChar ( int max ) : void
max int
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

TextField() public méthode

public TextField ( int x, int y, int z, int width, State state ) : System
x int
y int
z int
width int
state State
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void