- GuiCheckBoxProperty
alias GuiCheckBoxProperty = _GuiCheckBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiColorPickerProperty
alias GuiColorPickerProperty = _GuiColorPickerProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiComboBoxProperty
alias GuiComboBoxProperty = _GuiComboBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiControl
alias GuiControl = _GuiControl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiControlProperty
alias GuiControlProperty = _GuiControlProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiDefaultProperty
alias GuiDefaultProperty = _GuiDefaultProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiDropdownBoxProperty
alias GuiDropdownBoxProperty = _GuiDropdownBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiIconName
alias GuiIconName = _GuiIconName
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiListViewProperty
alias GuiListViewProperty = _GuiListViewProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiProgressBarProperty
alias GuiProgressBarProperty = _GuiProgressBarProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiPropertyElement
alias GuiPropertyElement = _GuiPropertyElement
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiScrollBarProperty
alias GuiScrollBarProperty = _GuiScrollBarProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiSliderProperty
alias GuiSliderProperty = _GuiSliderProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiSpinnerProperty
alias GuiSpinnerProperty = _GuiSpinnerProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiState
alias GuiState = _GuiState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiTextAlignment
alias GuiTextAlignment = _GuiTextAlignment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiTextBoxProperty
alias GuiTextBoxProperty = _GuiTextBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GuiToggleProperty
alias GuiToggleProperty = _GuiToggleProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RAYGUI_CALLOC
alias RAYGUI_CALLOC = calloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RAYGUI_FREE
alias RAYGUI_FREE = free
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RAYGUI_LOG
alias RAYGUI_LOG = printf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RAYGUI_MALLOC
alias RAYGUI_MALLOC = malloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetTextLines
char** GetTextLines(char* text, int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiButton
bool GuiButton(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiCheckBox
bool GuiCheckBox(Rectangle bounds, const(char)* text, bool checked)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiColorBarAlpha
float GuiColorBarAlpha(Rectangle bounds, const(char)* text, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiColorBarHue
float GuiColorBarHue(Rectangle bounds, const(char)* text, float hue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiColorPanel
Color GuiColorPanel(Rectangle bounds, const(char)* text, Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiColorPicker
Color GuiColorPicker(Rectangle bounds, const(char)* text, Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiComboBox
int GuiComboBox(Rectangle bounds, const(char)* text, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiDisable
void GuiDisable()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiDrawIcon
void GuiDrawIcon(int iconId, int posX, int posY, int pixelSize, Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiDropdownBox
bool GuiDropdownBox(Rectangle bounds, const(char)* text, int* active, bool editMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiDummyRec
void GuiDummyRec(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiEnable
void GuiEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiFade
void GuiFade(float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGetFont
Font GuiGetFont()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGetIcons
uint* GuiGetIcons()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGetState
int GuiGetState()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGetStyle
int GuiGetStyle(int control, int property)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGrid
Vector2 GuiGrid(Rectangle bounds, const(char)* text, float spacing, int subdivs)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiGroupBox
void GuiGroupBox(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiIconText
const(char)* GuiIconText(int iconId, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiIsLocked
bool GuiIsLocked()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLabel
void GuiLabel(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLabelButton
bool GuiLabelButton(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLine
void GuiLine(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiListView
int GuiListView(Rectangle bounds, const(char)* text, int* scrollIndex, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiListViewEx
int GuiListViewEx(Rectangle bounds, const(char)** text, int count, int* focus, int* scrollIndex, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLoadIcons
char** GuiLoadIcons(const(char)* fileName, bool loadIconsName)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLoadStyle
void GuiLoadStyle(const(char)* fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLoadStyleDefault
void GuiLoadStyleDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiLock
void GuiLock()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiMessageBox
int GuiMessageBox(Rectangle bounds, const(char)* title, const(char)* message, const(char)* buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiPanel
void GuiPanel(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiProgressBar
float GuiProgressBar(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiScrollBar
int GuiScrollBar(Rectangle bounds, int value, int minValue, int maxValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiScrollPanel
Rectangle GuiScrollPanel(Rectangle bounds, const(char)* text, Rectangle content, Vector2* scroll)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSetFont
void GuiSetFont(Font font)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSetState
void GuiSetState(int state)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSetStyle
void GuiSetStyle(int control, int property, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSlider
float GuiSlider(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSliderBar
float GuiSliderBar(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSliderPro
float GuiSliderPro(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue, int sliderWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiSpinner
bool GuiSpinner(Rectangle bounds, const(char)* text, int* value, int minValue, int maxValue, bool editMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiStatusBar
void GuiStatusBar(Rectangle bounds, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiTabBar
int GuiTabBar(Rectangle bounds, const(char)** text, int count, int* active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiTextBox
bool GuiTextBox(Rectangle bounds, char* text, int textSize, bool editMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiTextBoxMulti
bool GuiTextBoxMulti(Rectangle bounds, char* 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, const(char)* title, const(char)* message, const(char)* buttons, char* text, int textMaxSize, int* secretViewActive)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiToggle
bool GuiToggle(Rectangle bounds, const(char)* text, bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiToggleGroup
int GuiToggleGroup(Rectangle bounds, const(char)* text, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiUnlock
void GuiUnlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiValueBox
bool GuiValueBox(Rectangle bounds, const(char)* text, int* value, int minValue, int maxValue, bool editMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- GuiWindowBox
bool GuiWindowBox(Rectangle bounds, const(char)* title)
Undocumented in source. Be warned that the author may not have intended to support it.
- TextSplit
const(char)** TextSplit(const(char)* text, char delimiter, int* count)
Undocumented in source. Be warned that the author may not have intended to support it.