mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-08 07:09:18 -05:00
Minor tweaks
This commit is contained in:
@ -589,10 +589,10 @@ RAYGUIAPI void GuiSetTooltip(const char *tooltip); // Set tooltip
|
||||
RAYGUIAPI const char *GuiIconText(int iconId, const char *text); // Get text with icon id prepended (if supported)
|
||||
|
||||
#if !defined(RAYGUI_NO_ICONS)
|
||||
RAYGUIAPI void GuiSetIconScale(int scale); // Set default icon drawing size
|
||||
RAYGUIAPI unsigned int *GuiGetIcons(void); // Get raygui icons data pointer
|
||||
RAYGUIAPI char **GuiLoadIcons(const char *fileName, bool loadIconsName); // Load raygui icons file (.rgi) into internal icons data
|
||||
RAYGUIAPI void GuiDrawIcon(int iconId, int posX, int posY, int pixelSize, Color color);
|
||||
RAYGUIAPI void GuiSetIconScale(int scale); // Set icon drawing size
|
||||
RAYGUIAPI void GuiDrawIcon(int iconId, int posX, int posY, int pixelSize, Color color); // Draw icon using pixel size at specified position
|
||||
|
||||
#if !defined(RAYGUI_CUSTOM_ICONS)
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user