mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
TEST
This commit is contained in:
@@ -125,6 +125,7 @@ end
|
||||
---Trigger release action, don't need ``self._hovering`` to ``true``
|
||||
---@param isTouch? boolean Button just released by mouse?
|
||||
function button:release(x, y, isTouch)
|
||||
error()
|
||||
local hovering = isTouch and self:isHovering(x, y) or self._hovering
|
||||
|
||||
if hovering and self._pressed then
|
||||
|
||||
Reference in New Issue
Block a user