diff options
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,7 @@ iDeclareType(Window) | |||
28 | 28 | ||
29 | enum iHapticEffect { | 29 | enum iHapticEffect { |
30 | tap_HapticEffect, | 30 | tap_HapticEffect, |
31 | gentleTap_HapticEffect, | ||
31 | }; | 32 | }; |
32 | 33 | ||
33 | void setupApplication_iOS (void); | 34 | void setupApplication_iOS (void); |
@@ -35,6 +36,7 @@ void setupWindow_iOS (iWindow *window); | |||
35 | iBool processEvent_iOS (const SDL_Event *); | 36 | iBool processEvent_iOS (const SDL_Event *); |
36 | void playHapticEffect_iOS (enum iHapticEffect effect); | 37 | void playHapticEffect_iOS (enum iHapticEffect effect); |
37 | void exportDownloadedFile_iOS(const iString *path); | 38 | void exportDownloadedFile_iOS(const iString *path); |
39 | void pickFileForOpening_iOS (void); | ||
38 | 40 | ||
39 | iBool isPhone_iOS (void); | 41 | iBool isPhone_iOS (void); |
40 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); | 42 | void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); |
@@ -55,3 +57,6 @@ double currentTime_AVFAudioPlayer (const iAVFAudioPlayer *); | |||
55 | double duration_AVFAudioPlayer (const iAVFAudioPlayer *); | 57 | double duration_AVFAudioPlayer (const iAVFAudioPlayer *); |
56 | iBool isStarted_AVFAudioPlayer (const iAVFAudioPlayer *); | 58 | iBool isStarted_AVFAudioPlayer (const iAVFAudioPlayer *); |
57 | iBool isPaused_AVFAudioPlayer (const iAVFAudioPlayer *); | 59 | iBool isPaused_AVFAudioPlayer (const iAVFAudioPlayer *); |
60 | |||
61 | void clearNowPlayingInfo_iOS (void); | ||
62 | void updateNowPlayingInfo_iOS (void); | ||