From 0c4fc5d9189510ff88369709f018afc550aa0b54 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 20 Feb 2021 08:33:15 +0200 Subject: iOS: Tweaks and changes for phone mode Phone mode uses a modified user interface. Work in progress... --- src/ios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index 90570e20..60841aee 100644 --- a/src/ios.h +++ b/src/ios.h @@ -28,4 +28,6 @@ iDeclareType(Window) void setupApplication_iOS (void); void setupWindow_iOS (iWindow *window); +iBool isPhone_iOS (void); +void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); iBool processEvent_iOS (const SDL_Event *); -- cgit v1.2.3