1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

[iOS] use SDL's standard input handling for in-game chat

This commit is contained in:
Andrey Filipenkov
2022-09-29 13:23:15 +03:00
parent e8a1709fc4
commit 593df25df5
3 changed files with 0 additions and 59 deletions

View File

@@ -14,8 +14,6 @@ NS_ASSUME_NONNULL_BEGIN
@interface GameChatKeyboardHandler : NSObject
@property (nonatomic, weak) UITextField * textFieldSDL;
- (void)triggerInput;
@end