summaryrefslogtreecommitdiff
path: root/include/touch/touch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/touch/touch.h')
-rw-r--r--include/touch/touch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 8fa2dd16d26c..2fd7a9a9b6eb 100644
--- a/include/touch/touch.h
+++ b/include/touch/touch.h
@@ -14,6 +14,10 @@
#if !HAVE_FEATURE_DESKTOP
+#define MOBILE_MAX_ZOOM_IN 600
+#define MOBILE_MAX_ZOOM_OUT 80
+#define MOBILE_ZOOM_SCALE_MULTIPLIER 10000
+
// Functions to be implemented by the app-specifc upper or less
// app-specific but platform-specific medium layer on touch-based
// platforms. The same API is used on each such platform. There are