mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
It should work imo
This commit is contained in:
@@ -217,7 +217,7 @@ end
|
|||||||
|
|
||||||
---@param e SCENE_onInput
|
---@param e SCENE_onInput
|
||||||
function TouchConfigScene:onInputMove(e)
|
function TouchConfigScene:onInputMove(e)
|
||||||
if (e.type == "mouse" and love.mouse.isDown(1)) or e.type == "touch" then
|
if e.type == "touch" or (e.type == "mouse" and love.mouse.isDown(1)) then
|
||||||
if VCTRL.drag(e.dx, e.dy, e.id or 1) then hasChanged = true end
|
if VCTRL.drag(e.dx, e.dy, e.id or 1) then hasChanged = true end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user