VERSIÓ 1.4.5

- [NEW] Afegida funció "sub" al modul estandar "utf8"
This commit is contained in:
2026-03-18 10:33:02 +01:00
parent 9c895a518e
commit bf34c92e09
3 changed files with 58 additions and 1 deletions

View File

@@ -901,3 +901,13 @@ key.RCTRL = 228
key.RSHIFT = 229
key.RALT = 230
key.RGUI = 231
---@class utf8
utf8 = {}
---@param str string
---@param startchr number
---@param endchr number
---@return string
---Returns whether the specified keyboard key is down
function utf8.sub(str, startchr, endchr) end