diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3882,6 +3882,15 @@ Color Bar Hue control --- +> text = RL_GuiIconText( int iconId, string text ) + +Get text with icon id prepended ( if supported ) + +- Failure return false +- Success return string + +--- + > success = RL_GuiDrawIcon( int iconId, Vector2 pos, int pixelSize, Color color ) Draw icon |
