B:BD[
3.1227] → [
3.1227:1337]
function App.touchmoved(x,y, dx,dy, pressure)
if on.touch_move then on.touch_move(x,y, dx,dy, pressure) end
function App.touchmoved(id, x,y, dx,dy, pressure)
if on.touch_move then on.touch_move(id, x,y, dx,dy, pressure) end