aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/iphone_common.h')
-rw-r--r--backends/platform/iphone/iphone_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/iphone/iphone_common.h b/backends/platform/iphone/iphone_common.h
index fec25940a2..3240182354 100644
--- a/backends/platform/iphone/iphone_common.h
+++ b/backends/platform/iphone/iphone_common.h
@@ -30,7 +30,9 @@ enum InputEvent {
kInputMouseDragged,
kInputMouseSecondToggled,
kInputOrientationChanged,
- kInputKeyPressed
+ kInputKeyPressed,
+ kInputApplicationSuspended,
+ kInputApplicationResumed
};
// We need this to be able to call functions from/in Objective-C.