v3.2.2: fixed iOS keyboard not showing return key for multiline
This commit is contained in:
@@ -183,7 +183,7 @@ public class PointerEvent {
|
||||
}
|
||||
if (clearKeyboardThisPress){
|
||||
//most press events should clear the keyboard
|
||||
Game.platform.setOnscreenKeyboardVisible(false);
|
||||
Game.platform.setOnscreenKeyboardVisible(false, false);
|
||||
}
|
||||
}
|
||||
pointerEvents.clear();
|
||||
|
||||
Reference in New Issue
Block a user