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