Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement control: GuiFileDialog() #10

Closed
raysan5 opened this issue May 22, 2018 · 1 comment
Closed

Implement control: GuiFileDialog() #10

raysan5 opened this issue May 22, 2018 · 1 comment

Comments

@raysan5
Copy link
Owner

raysan5 commented May 22, 2018

It would be very useful to implement an advance control for file picking (open/save dialog). It could require a lot of work and dealing with OS system calls to read directory contents and info.

Proposed signatures could be:

const char *GuiFileDialog(const char *title, const char *currentPath);

Note that this control could be further customized for Open/Save file modes.

Immediate implementation is not required but just listing it here for future reference.

@raysan5 raysan5 mentioned this issue Nov 6, 2018
22 tasks
@raysan5
Copy link
Owner Author

raysan5 commented Aug 13, 2019

A custom file dialog example has been added in commit d2d370e

@raysan5 raysan5 closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant