From e68d235c5fd455c6629f14b7219d376049c61481 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 11 Jul 2022 22:03:41 -0700 Subject: [PATCH] . --- main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.lua b/main.lua index c5da057..3cb822e 100644 --- a/main.lua +++ b/main.lua @@ -14,7 +14,7 @@ require 'icons' require 'main_tests' --- run in both tests and a real run +-- called both in tests and real run function App.initialize_globals() -- a line is either text or a drawing -- a text is a table with: @@ -103,6 +103,7 @@ Cursor_time = 0 end -- App.initialize_globals +-- called only for real run function App.initialize(arg) love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setKeyRepeat(true)