VERSIÓ 1.3.15

- [NEW] mouse.dblclick()
- [FIX] de vegades no pillava be la rodeta del ratolí
- [NEW] sys.dir() torna el contingut del directori primer les carpetes, i tot ordenat alfabèticament
- [WIP] Treballant en ferramentes
This commit is contained in:
2025-12-04 17:46:22 +01:00
parent 7fac42c9fe
commit eac20bbbe0
7 changed files with 194 additions and 10 deletions

View File

@@ -518,6 +518,10 @@ function mouse.down(btn) end
---Returns whether the specified mouse button has just been pressed
function mouse.press(btn) end
---@return boolean
---Returns whether the user performed a double click
function mouse.dblclick() end
---Ignores current down button, effectively not raising the next "press" event
function mouse.discard() end