あまさとさんのコメントを要約しますと↓こんな感じ。 xscreen 2: display 1 var x0=-1, y0 while 1: vsync touch out m,x,y if m then if x0 >= 0 then gline x0, y0, x, y endif x0 = x y0 = y else x0 = -1 endif wend