axmol/cocos/platform/ios/CCInputView-ios.h

6 lines
119 B
Objective-C

#import <UIKit/UIKit.h>
@interface CCInputView : UIView <UITextInput>
@property(nonatomic) BOOL isKeyboardShown;
@end