- drawText
void drawText(string text, int posX, int posY, int fontSize, Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- guiListViewEx
int guiListViewEx(Rectangle bounds, string[] text, int count, int* focus, int* scrollIndex, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- guiTextBox
bool guiTextBox(Rectangle bounds, string text, int textSize, bool editMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- guiTextInputBox
int guiTextInputBox(Rectangle bounds, string title, string message, string buttons, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
Wrapper facilities.