mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
REDESIGNED: `LoadDirectoryFiles()` ADDED: `LoadDirectoryFilesEx()` REDESIGNED: `LoadDroppedFiles()` ADDED: `IsPathFile()` This BIG BREAKING change simplifies the functions and gives more control to the user: - A new `struct FilePathList` has been added to avoid exposing complex pointers. - User is responsible of memory loading/unloading - Filepaths loading support recursive directories and file extension filters |
||
|---|---|---|
| .. | ||
| resources | ||
| text_draw_3d.c | ||
| text_draw_3d.png | ||
| text_font_filters.c | ||
| text_font_filters.png | ||
| text_font_loading.c | ||
| text_font_loading.png | ||
| text_font_sdf.c | ||
| text_font_sdf.png | ||
| text_font_spritefont.c | ||
| text_font_spritefont.png | ||
| text_format_text.c | ||
| text_format_text.png | ||
| text_input_box.c | ||
| text_input_box.png | ||
| text_raylib_fonts.c | ||
| text_raylib_fonts.png | ||
| text_rectangle_bounds.c | ||
| text_rectangle_bounds.png | ||
| text_unicode.c | ||
| text_unicode.png | ||
| text_writing_anim.c | ||
| text_writing_anim.png | ||