Refactor legacy UITextField-based keyboard support out of StreamView

This commit is contained in:
Cameron Gutman
2020-03-24 18:14:50 -07:00
parent eceb23e1cd
commit 69d1ff15a1
5 changed files with 169 additions and 111 deletions

View File

@@ -23,7 +23,7 @@
@end
@interface StreamView : OSView <UITextFieldDelegate, X1KitMouseDelegate>
@interface StreamView : OSView <X1KitMouseDelegate>
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;