简化场景touch事件参数
This commit is contained in:
@@ -250,7 +250,7 @@ function scene.mouseDown(x,y,k)
|
||||
end
|
||||
end
|
||||
end
|
||||
function scene.touchDown(_,x,y)
|
||||
function scene.touchDown(x,y)
|
||||
scene.mouseDown(x,y)
|
||||
end
|
||||
local moveFunc={
|
||||
|
||||
Reference in New Issue
Block a user