-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_OpenFile
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Creates a dialog box for opening files.
const char *MTY_OpenFile(
const char * title,
MTY_App * app,
MTY_Window window
);
title
(const char *
)
app
(MTY_App *
)
window
(MTY_Window
)
const char *
The selected file name allocated in thread local storage. Must not be freed.