summaryrefslogtreecommitdiffhomepage
path: root/examples/core/core_drop_files.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-11-06Fix warnings in visual studio (#3512)Jeffery Myers
2023-03-06Remove trailing spacesRay
2023-03-03REVIEWED: `core_drop_files` #2943Ray
2023-01-27Fix warnings and bad project settings for 4.5 release (#2894)Jeffery Myers
2023-01-01Update year to 2023Ray
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2022-06-12Update core_drop_files.cRay
2022-06-12Update core_drop_files.cRay
2022-06-11WARNING: BREAKING: REDESIGNED: Filepath loading APIRay
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
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2019-05-20Review ALL examplesRay
2017-04-04Reorganize examples folderRay