Add module lua


Module lua

It can be add to lua application for edit text. But it work only on console.

How do you use it ?

require("consoledit")

local ce = Consoledit()

ce:SetLang("fr") -- default english, fr for french and en for english
 
while ce:Update() do 
-- break loop with quit command
end

Files

consoledit.lua 17 kB
20 days ago

Get Consoledit

Leave a comment

Log in with itch.io to leave a comment.