summaryrefslogtreecommitdiff
path: root/src/ios.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-11 12:39:28 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-11 12:39:28 +0300
commit31f7eafd9c6897cdf0ee7d6eeaade9dcc65cb006 (patch)
tree415707ca26c04ff1bee461c685e79c4302546cd4 /src/ios.h
parent703d2b41fa299a9f8e24a5f6064c3624c3dedbbb (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ios.h b/src/ios.h
index 578c85fe..64c0fad1 100644
--- a/src/ios.h
+++ b/src/ios.h
@@ -35,6 +35,7 @@ void setupWindow_iOS (iWindow *window);
35iBool processEvent_iOS (const SDL_Event *); 35iBool processEvent_iOS (const SDL_Event *);
36void playHapticEffect_iOS (enum iHapticEffect effect); 36void playHapticEffect_iOS (enum iHapticEffect effect);
37void exportDownloadedFile_iOS(const iString *path); 37void exportDownloadedFile_iOS(const iString *path);
38void pickFileForOpening_iOS (void);
38 39
39iBool isPhone_iOS (void); 40iBool isPhone_iOS (void);
40void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); 41void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom);