summaryrefslogtreecommitdiff
path: root/platform/iphone/gl_view.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-04-11 10:40:58 +0200
committerGitHub <noreply@github.com>2018-04-11 10:40:58 +0200
commitd87307d850186d27d2c27c5916ec8c4744c14979 (patch)
treeac92fff83829becd823aea985c923740d73119e6 /platform/iphone/gl_view.h
parent4d787869e189b670d609f33c308991741592e40a (diff)
parent1d9a3a9b1c9ef7db26e53c8aeaab731992cffd6e (diff)
Merge pull request #18106 from endragor/iphone-x
iPhone X support and iOS-related fixes
Diffstat (limited to 'platform/iphone/gl_view.h')
-rw-r--r--platform/iphone/gl_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/iphone/gl_view.h b/platform/iphone/gl_view.h
index 85376ebc08..0d101eb696 100644
--- a/platform/iphone/gl_view.h
+++ b/platform/iphone/gl_view.h
@@ -83,6 +83,8 @@
@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
@property(strong, nonatomic) UIWindow *backgroundWindow;
+@property(nonatomic) UITextAutocorrectionType autocorrectionType;
+
- (void)startAnimation;
- (void)stopAnimation;
- (void)drawView;