| 23 | } |
| 24 | |
| 25 | void FileDialogOnFileSelected(std::string& path, __attribute__((unused)) FileView* fv){ |
| 26 | dialogFileBox->contents.front() = path; |
| 27 | } |
| 28 | |
| 29 | void FileDialogOnCancelPress(Lemon::GUI::Button* btn){ |
| 30 | btn->window->closed = true; // Tell FileDialog() that we want to close the window |
nothing calls this directly
no outgoing calls
no test coverage detected