aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_video.h
diff options
context:
space:
mode:
authorOystein Eftevaag2007-11-17 21:26:03 +0000
committerOystein Eftevaag2007-11-17 21:26:03 +0000
commitdbbce1985aee049e5bb1690ec9d8368934a4d6a7 (patch)
tree0c02aacfbbc48ad27f72c30edf64ae26765569e3 /backends/platform/iphone/iphone_video.h
parent7bc422a8e94fedbb70470222b155ced1163d0a81 (diff)
downloadscummvm-rg350-dbbce1985aee049e5bb1690ec9d8368934a4d6a7.tar.gz
scummvm-rg350-dbbce1985aee049e5bb1690ec9d8368934a4d6a7.tar.bz2
scummvm-rg350-dbbce1985aee049e5bb1690ec9d8368934a4d6a7.zip
Implemented portrait mode, fixed a few issues with the dirty rects handling, fixed some cursor positioning issues, and redirecting stdout and stderr to a log file when ScummVM is launched from the Springboard
svn-id: r29541
Diffstat (limited to 'backends/platform/iphone/iphone_video.h')
-rw-r--r--backends/platform/iphone/iphone_video.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/iphone/iphone_video.h b/backends/platform/iphone/iphone_video.h
index dfd45eb89a..167b74705b 100644
--- a/backends/platform/iphone/iphone_video.h
+++ b/backends/platform/iphone/iphone_video.h
@@ -39,6 +39,9 @@
CoreSurfaceBufferRef _screenSurface;
NSMutableArray* _events;
NSLock* _lock;
+ UIKeyboardImpl* _keyboard;
+ LKLayer* _screenLayer;
+
int _fullWidth;
int _fullHeight;
int _widthOffset;
@@ -56,6 +59,9 @@
- (void)updateScreen;
- (id)getEvent;
+
+- (void)deviceOrientationChanged:(int)orientation;
+
@end
#endif /* _IPHONE_VIDEO__H */