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