mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-21 15:25:56 +01:00
Update ECSAPI.lua
This commit is contained in:
@@ -920,6 +920,11 @@ function ECSAPI.inputText(x, y, limit, cheBiloVvedeno, background, foreground, j
|
||||
elseif e[1] == "touch" then
|
||||
term.setCursorBlink(false)
|
||||
return text
|
||||
elseif e[1] == "clipboard" then
|
||||
if e[3] then
|
||||
text = text..e[3]
|
||||
draw()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user