diff options
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ iBool processEvent_iOS (const SDL_Event *); | |||
37 | void playHapticEffect_iOS (enum iHapticEffect effect); | 37 | void playHapticEffect_iOS (enum iHapticEffect effect); |
38 | void exportDownloadedFile_iOS(const iString *path); | 38 | void exportDownloadedFile_iOS(const iString *path); |
39 | void pickFileForOpening_iOS (void); | 39 | void pickFileForOpening_iOS (void); |
40 | void pickFile_iOS (const char *command); /* ` path:%s` will be appended */ | ||
40 | 41 | ||
41 | iBool isPhone_iOS (void); | 42 | iBool isPhone_iOS (void); |
42 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); | 43 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); |