From be8fcebadb4a12844dd367d1f7da03bbe920ea0a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 5 Dec 2021 10:25:44 +0200 Subject: iOS: Custom editor font and adjusted positioning --- src/ios.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index ff07b2e8..6c5ec8d5 100644 --- a/src/ios.h +++ b/src/ios.h @@ -70,7 +70,9 @@ enum iSystemTextInputFlags { returnGo_SystemTextInputFlags = iBit(3), returnSend_SystemTextInputFlags = iBit(4), disableAutocorrect_SystemTextInputFlag = iBit(5), - alignRight_SystemTextInputFlag = iBit(6), + disableAutocapitalize_SystemTextInputFlag = iBit(6), + alignRight_SystemTextInputFlag = iBit(7), + insertNewlines_SystemTextInputFlag = iBit(8), }; iDeclareType(SystemTextInput) -- cgit v1.2.3