This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:29:03 +07:00
parent eb8de7ffa7
commit 86f835a1ce
2 changed files with 4 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ end
---@param e SCENE_onInput
function TouchConfigScene:onInputMove(e)
if e.type == "touch" or (e.type == "mouse" and love.mouse.isDown(1)) then
error()
if VCTRL.drag(e.dx, e.dy, e.id or 1) then hasChanged = true end
end