- Версия MoonLoader
- .026-beta
Как сделать что бы еще работало если нажимать правой кнопкой мышки?:
Lua:
local function handleButton(button)
if gui.Button(u8(button.text), button.pos, button.size) then
local newText = inputString .. " " .. button.text
ffi.copy(inputField, u8(newText), 256)
board = true
end
end