From 5afe11a9c42062c23991d5da62c1d90616f4e7da Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 10 Sep 2024 19:25:11 -0700 Subject: don't always pop up keyboard on mobile devices We don't want to do this during app initialization because other forks might not start out with an editor on screen even if this one does. We don't want to perform this side-effect on edit.mouse_press, which also runs in tests. --- main.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 232308e..4cca3b4 100644 --- a/main.lua +++ b/main.lua @@ -116,7 +116,6 @@ function check_love_version_for_tests() end function App.initialize(arg) - love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setKeyRepeat(true) love.graphics.setBackgroundColor(1,1,1) -- cgit 1.4.1-2-gfad0