mirror of
https://github.com/encounter/SDL.git
synced 2025-12-17 08:57:01 +00:00
Export SDL functions for iOS application delegates
This commit is contained in:
@@ -462,13 +462,6 @@ extern SDL_bool SDL_ShouldAllowTopmost(void);
|
||||
|
||||
extern float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches);
|
||||
|
||||
extern void SDL_OnApplicationWillTerminate(void);
|
||||
extern void SDL_OnApplicationDidReceiveMemoryWarning(void);
|
||||
extern void SDL_OnApplicationWillResignActive(void);
|
||||
extern void SDL_OnApplicationDidEnterBackground(void);
|
||||
extern void SDL_OnApplicationWillEnterForeground(void);
|
||||
extern void SDL_OnApplicationDidBecomeActive(void);
|
||||
|
||||
extern void SDL_ToggleDragAndDropSupport(void);
|
||||
|
||||
#endif /* SDL_sysvideo_h_ */
|
||||
|
||||
@@ -49,10 +49,6 @@ extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMo
|
||||
extern void UIKit_QuitModes(_THIS);
|
||||
extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect);
|
||||
|
||||
#if !TARGET_OS_TV
|
||||
extern void SDL_OnApplicationDidChangeStatusBarOrientation(void);
|
||||
#endif
|
||||
|
||||
#endif /* SDL_uikitmodes_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user