aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_common.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-20 00:29:08 +0100
committerJohannes Schickel2012-02-20 00:29:08 +0100
commit93d80793b459d6567fdd9717e02a3473e5f4fcec (patch)
tree95d1e7326674fd171ce1104a1bf4b6d499686cc8 /backends/platform/iphone/iphone_common.h
parent438bc50115b7d1faf62c5821514d9941792790d0 (diff)
downloadscummvm-rg350-93d80793b459d6567fdd9717e02a3473e5f4fcec.tar.gz
scummvm-rg350-93d80793b459d6567fdd9717e02a3473e5f4fcec.tar.bz2
scummvm-rg350-93d80793b459d6567fdd9717e02a3473e5f4fcec.zip
IPHONE: Implement cursor visibility change again.
Diffstat (limited to 'backends/platform/iphone/iphone_common.h')
-rw-r--r--backends/platform/iphone/iphone_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/iphone/iphone_common.h b/backends/platform/iphone/iphone_common.h
index 98d1244054..470c042b0e 100644
--- a/backends/platform/iphone/iphone_common.h
+++ b/backends/platform/iphone/iphone_common.h
@@ -75,6 +75,7 @@ bool iPhone_isHighResDevice();
int iPhone_getScreenHeight();
int iPhone_getScreenWidth();
void iPhone_enableOverlay(int state);
+void iPhone_showCursor(int state);
void iPhone_setMouseCursor(short *buffer, int width, int height, int hotspotX, int hotspotY);
uint getSizeNextPOT(uint size);