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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/iphone/iphone_common.h b/backends/platform/iphone/iphone_common.h
index 287f797472..567f54800e 100644
--- a/backends/platform/iphone/iphone_common.h
+++ b/backends/platform/iphone/iphone_common.h
@@ -29,7 +29,8 @@ enum InputEvent {
kInputMouseUp,
kInputMouseDragged,
kInputMouseSecondToggled,
- kInputOrientationChanged
+ kInputOrientationChanged,
+ kInputKeyPressed
};
// We need this to be able to call functions from/in Objective-C.