Add `SCENE:onInputMove`

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-28 20:44:56 +07:00
parent 5eced5bf8d
commit dbbc73546c
3 changed files with 17 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ function VCTRL.press(x,y,id)
if obj then
touches[id]=obj
obj:press(x,y,id)
-- VCTRL.focus=obj
VCTRL.focus=obj
return true
end
end