Skip to content

Commit

Permalink
fix: enable textInput (for android)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Jul 5, 2023
1 parent 4a68f24 commit 4cc26b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function love.load()
_G.hiDPI = true
end

love.keyboard.setTextInput(true)
love.keyboard.setKeyRepeat(true)

M = Console:new()
Expand Down

0 comments on commit 4cc26b1

Please sign in to comment.