aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorVincent Bénony2015-12-01 19:14:54 +0100
committerVincent Bénony2016-01-06 15:35:31 +0100
commit39b98c1cc697087c9bf8b26cc943afa25613344b (patch)
tree63775d4b8266a2fe35a46b5824c5de74ac0b9c68 /backends/platform/iphone/osys_main.h
parent62606412b117117373a6e966ad82f3a8af855f40 (diff)
downloadscummvm-rg350-39b98c1cc697087c9bf8b26cc943afa25613344b.tar.gz
scummvm-rg350-39b98c1cc697087c9bf8b26cc943afa25613344b.tar.bz2
scummvm-rg350-39b98c1cc697087c9bf8b26cc943afa25613344b.zip
IOS: Fixes rotation and event handling
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index f308a83b05..04a531613f 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -206,7 +206,8 @@ protected:
static void AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB);
static int timerHandler(int t);
- bool handleEvent_swipe(Common::Event &event, int direction);
+ bool handleEvent_swipe(Common::Event &event, int direction, int touches);
+ bool handleEvent_tap(Common::Event &event, UIViewTapDescription type, int touches);
void handleEvent_keyPressed(Common::Event &event, int keyPressed);
void handleEvent_orientationChanged(int orientation);