enable pressing and holding backspace

This commit is contained in:
Kartik K. Agaram 2022-05-17 21:37:39 -07:00
parent de495ae0f1
commit 8d2f81948a
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ function love.load(arg)
love.window.setTitle('Text with Lines')
Drawing_width = math.floor(Screen_width/2/40)*40
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
love.keyboard.setKeyRepeat(true)
if #arg > 0 then
Filename = arg[1]
end