v3.2.2: fixed iOS keyboard not showing return key for multiline

This commit is contained in:
Evan Debenham
2025-08-22 14:04:41 -04:00
parent 0b97ab0c7c
commit 9eaf2618f7
4 changed files with 17 additions and 6 deletions
@@ -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();