mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Improve soft-keyboard handling
This commit is contained in:
@@ -53,6 +53,10 @@ static const double X1_MOUSE_SPEED_DIVISOR = 2.5;
|
|||||||
TemporarySettings* settings = [[[DataManager alloc] init] getSettings];
|
TemporarySettings* settings = [[[DataManager alloc] init] getSettings];
|
||||||
|
|
||||||
keyInputField = [[UITextField alloc] initWithFrame:CGRectZero];
|
keyInputField = [[UITextField alloc] initWithFrame:CGRectZero];
|
||||||
|
[keyInputField setKeyboardType:UIKeyboardTypeASCIICapable];
|
||||||
|
[keyInputField setAutocorrectionType:UITextAutocorrectionTypeNo];
|
||||||
|
[keyInputField setAutocapitalizationType:UITextAutocapitalizationTypeNone];
|
||||||
|
[keyInputField setSpellCheckingType:UITextSpellCheckingTypeNo];
|
||||||
[self addSubview:keyInputField];
|
[self addSubview:keyInputField];
|
||||||
|
|
||||||
#if TARGET_OS_TV
|
#if TARGET_OS_TV
|
||||||
|
|||||||
Reference in New Issue
Block a user