raylib/lib
pancelor 6efc03f6fe
fix setMouseCursor() and setTextureWrap() enum types (#126)
* tidying

no change to behavior, just change a few things to be
more consistent with the rest

* fix enum type conversions

setMouseCursor() and setTextureWrap() both took c_int arguments;
now they take zig enums instead

* make fix_enums table-driven

hopefully this is easier to visually parse than the if-else chain
2024-07-27 23:19:14 +02:00
..
preludes fix setMouseCursor() and setTextureWrap() enum types (#126) 2024-07-27 23:19:14 +02:00
generate_functions.py fix setMouseCursor() and setTextureWrap() enum types (#126) 2024-07-27 23:19:14 +02:00
raygui-ext.zig Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raygui.h Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raygui.zig Move from sentinel-terminated slices to sentinel-terminated pointers ([:0] -> [*:0]) 2024-07-09 21:59:38 +02:00
raylib-ext.zig fix setMouseCursor() and setTextureWrap() enum types (#126) 2024-07-27 23:19:14 +02:00
raylib.h Update raylib to the latest version (#101) 2024-06-05 22:01:32 +02:00
raylib.zig fix setMouseCursor() and setTextureWrap() enum types (#126) 2024-07-27 23:19:14 +02:00
raymath-ext.zig Merge raymath and rlgl into main raylib module 2024-06-05 22:56:07 +02:00
raymath.h Update raylib to the latest version (#101) 2024-06-05 22:01:32 +02:00
raymath.zig Merge raymath and rlgl into main raylib module 2024-06-05 22:56:07 +02:00
rlgl-ext.zig Allow passing null pointers to certain rlgl functions (#112) 2024-06-30 21:03:56 +02:00
rlgl.h Update raylib 2024-05-15 22:42:35 +02:00
rlgl.zig Move from sentinel-terminated slices to sentinel-terminated pointers ([:0] -> [*:0]) 2024-07-09 21:59:38 +02:00