22 #ifndef BACKENDS_PLATFORM_IOS7_IOS7_KEYBOARD_H 23 #define BACKENDS_PLATFORM_IOS7_IOS7_KEYBOARD_H 25 #include <UIKit/UIKit.h> 26 #include <UIKit/UITextView.h> 28 @class TextInputHandler;
32 TextInputHandler *inputView;
35 - (id)initWithFrame:(CGRect)frame;
37 - (UITextField *)inputView;
38 - (void)setInputDelegate:(
id)delegate;
39 - (void)handleKeyPress:(unichar)c withModifierFlags:(
int)f;
40 - (void)handleMainMenuKey;
44 - (BOOL)isKeyboardShown;