29 #ifndef __EDITFIELD_H__
30 #define __EDITFIELD_H__
void Draw(int x, int y, int width, bool showCursor, const idMaterial *material)
int GetCursor(void) const
autoComplete_t autoComplete
void ClearAutoComplete(void)
struct autoComplete_s autoComplete_t
GLubyte GLubyte GLubyte GLubyte w
void KeyDownEvent(int key)
int GetAutoCompleteLength(void) const
char completionString[MAX_EDIT_LINE]
char currentMatch[MAX_EDIT_LINE]
void SetBuffer(const char *buffer)
void SetWidthInChars(int w)