(←関数一覧 へ)
タッチ終了時の動作を行います。 Flomageの「タッチ操作でのフロアマップの移動」を使用する場合には、 Flomageの「TouchStart」「TouchMove」「TouchEnd」をキャンバスの「ontouchstart」「ontouchmove」「ontouchend」時に、呼び出す必要があります。
MouseEventオブジェクト
なし
function touchstart(event) { FMG.TouchEnd(event); }