raylib-zig icon indicating copy to clipboard operation
raylib-zig copied to clipboard

Improve guiIconText function using comptime so we don't have to cast enum to int

Open Selyatin opened this issue 1 year ago • 2 comments

I simply used comptime to allow passing of either the GuiIconName enum directly, or an integer.

Selyatin avatar Oct 17 '24 15:10 Selyatin