#include "hsp3dish.as" #include "ezlocal-dish-js.hsp" ezLocalJS title "4: 動作解像度(ENV.HSP_WX,WY)と表示解像度(ENV.HSP_SX,SY)が異なる+ver.2.4.1" font "",16 pos 450,50 : objsize 100,100 button gosub "button\n(450,50)\n[100x100]", *bt *main redraw 0 : pos 0,0:color 0,0,100:boxf:color 255,255,255 mes "テスト4:" mes " 動作解像度(ENV.HSP_WX,WY)と表示解像度(ENV.HSP_SX,SY)が異なる" mes " + ezlocal-dish-js ver.2.4.1" mes " ENV.HSP_WX=600 : ENV.HSP_WY=400" mes " ENV.HSP_SX=900 : ENV.HSP_SY=600" mes "・スマホや画面タッチできるPCで確認してみてください。\n" mes "buttonを押した回数: "+kaisu mes "mousex=" + mousex + ", mousey=" + mousey mtlist touchid repeat stat mtinfo touch, touchid(cnt) mes strf("%d : %d, %d @ %d", touch(0),touch(1),touch(2),touch(3)) if touch(3) == -1 : continue ; ID:-1のデータは●を描画しない circle touch(1)-20, touch(2)-20, touch(1)+20, touch(2)+20 loop redraw 1 await 1000/60 goto *main *bt kaisu++ return