diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-11 12:39:28 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-11 12:39:28 +0300 |
commit | 31f7eafd9c6897cdf0ee7d6eeaade9dcc65cb006 (patch) | |
tree | 415707ca26c04ff1bee461c685e79c4302546cd4 /src/ios.h | |
parent | 703d2b41fa299a9f8e24a5f6064c3624c3dedbbb (diff) |
iOS: Opening a file via document picker
Use a native file picker to open files. Declare support for .gmi/.gemini files so they can be opened via Files and share sheets.
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ void setupWindow_iOS (iWindow *window); | |||
35 | iBool processEvent_iOS (const SDL_Event *); | 35 | iBool processEvent_iOS (const SDL_Event *); |
36 | void playHapticEffect_iOS (enum iHapticEffect effect); | 36 | void playHapticEffect_iOS (enum iHapticEffect effect); |
37 | void exportDownloadedFile_iOS(const iString *path); | 37 | void exportDownloadedFile_iOS(const iString *path); |
38 | void pickFileForOpening_iOS (void); | ||
38 | 39 | ||
39 | iBool isPhone_iOS (void); | 40 | iBool isPhone_iOS (void); |
40 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); | 41 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); |