about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-09-10 20:00:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2024-09-10 20:00:26 -0700
commit46cd42ecdc05d5fddb125ed4494b79ecccbfebba (patch)
treec0554bfdae95e7460748f68dc75f18159f952f4a /main.lua
parente58d83b95075189faca41ecd6ad15d5bbe344bd4 (diff)
parent4af6f7b9e756e6b3add0ed61ea9fc0e0709d874a (diff)
downloadview.love-46cd42ecdc05d5fddb125ed4494b79ecccbfebba.tar.gz
Merge lines.love
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 582f05a..e7d35f4 100644
--- a/main.lua
+++ b/main.lua
@@ -114,7 +114,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)