how can I write text using keyboard
Posted: Tue Apr 25, 2023 1:14 pm
There are many languages, layouts and types.Is there a standart way to get string input from player and write it to screen? including symbols.
Code: Select all
function love.textinput(new)
Text=Text..new
end