用途別リファレンス
オブジェクトを動かす
マウスの位置にオブジェクトを表示する
while(true){ x=$touches[0].x; y=$touches[0].y; update(); }