aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_keyboard.h
diff options
context:
space:
mode:
authorOystein Eftevaag2008-07-27 10:15:57 +0000
committerOystein Eftevaag2008-07-27 10:15:57 +0000
commit5ca78661b1f57aee500a4d9e5d6a22b5c3e17731 (patch)
treed51abf7483695f086a8d9563e0c08ddaeb28c443 /backends/platform/iphone/iphone_keyboard.h
parentb9d0e4dafb82a6481dc6a16d834edb9f017e4e26 (diff)
downloadscummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.tar.gz
scummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.tar.bz2
scummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.zip
The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0
svn-id: r33326
Diffstat (limited to 'backends/platform/iphone/iphone_keyboard.h')
-rw-r--r--backends/platform/iphone/iphone_keyboard.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/backends/platform/iphone/iphone_keyboard.h b/backends/platform/iphone/iphone_keyboard.h
index 17a3836efd..6d381d561d 100644
--- a/backends/platform/iphone/iphone_keyboard.h
+++ b/backends/platform/iphone/iphone_keyboard.h
@@ -26,11 +26,7 @@
#import <UIKit/UIKit.h>
#import <UIKit/UITextView.h>
-@protocol KeyboardInputProtocol
-- (void)handleKeyPress:(unichar)c;
-@end
-
-@interface SoftKeyboard : UIKeyboard<KeyboardInputProtocol> {
+@interface SoftKeyboard : UIView {
id inputDelegate;
UITextView* inputView;
}