mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
8670b3cb53
commit
8c39fa23a3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user